﻿.body {
    zoom: 80%;
}

.container {
    font-family: 'Roboto';
    margin-left: 0;
    margin-right: 0;
    /*max-width:100%;*/
    max-width: 2000px;
    font-size: 14px;
}

.supportcontainer {
    font-family: 'Roboto';
    text-align: center;
    align-items: bottom;
    font-size: 14px;
    color: #8B959A;
}

.non-underline {
    text-decoration: none;
}

.pay_button {
    border: none;
    
    width: 120px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
}

/*.button {
    background-color: #4388CC;
    border: none;
    color: #fff;
    padding: 8px;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}*/

[class^=col] {
    /*align-items: center;
	text-align: center;*/
}

.card {
    margin-top: 100px;

    /*width: 22rem;*/
    box-shadow: 0px 0px 100px 10px rgba(0,0,0,0.1);
    /*text-align: center;*/
    font-size: 14px;
    color: #8B959A;
    min-width: 280px;
    max-width: 450px;
}

.cardreg {
    /*min-width: 280px;*/
    max-width: 360px;
}

.logo {
    width: 248px;
    height: 218px;
}

.supporttext {
    max-width: 350px;
    justify-content: center;
    font-size: 14px;
    color: #8B959A;
    text-align: center;
}

h3 {
    text-align: center;
    font-size: 26px;
    color: #000000
}

input {
    border: 1px solid #E2E6EA;
    border-radius: 3px;
}

    input[type="checkbox"] {
        display: none;
    }

        input[type="checkbox"] + label .checkboxPng {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            background: url(../images/check_83px.png) right top no-repeat;
            background-size: 40px;
            cursor: pointer;
        }

        input[type="checkbox"]:checked + label .checkboxPng {
            background: url(../images/check_83px.png) left top no-repeat;
            background-size: 40px;
        }

.selector-for-some-widget {
    box-sizing: content-box;
}

.fixed-bottom {
    align-content: center;
}

@media (max-width: 700px) {
    .card {
        margin-top: 0px;
        width: 22rem;
        box-shadow: none;
        border: none;
        display: -webkit-inline-flex;
        background-color: rgba(255, 255, 255, 0);
        min-width: 300px;
    }

    .cardreg {
        max-width: 360px;
    }
}



/* Style for mobile */
@media(max-width: 450px) {

    /*.cardreg {
        max-width: 451px;
        min-width: 321px;
    }*/

    .card {
        max-width: 451px;
        min-width: 321px;
        border: none;
        display: block;
        margin-left: 0px;
    }

    .card-body {
        margin-left: 0px;
    }
}

/*thin phones*/

@media (max-width: 321px) {
    .card {
        max-width: 320px;
        min-width: 280px;
        border: none;
        margin-left:0px;
    }

    /*.cardreg {
        max-width: 320px;
        min-width: 280px;
    }*/

    .card-body {
        max-width: 321px; 
        min-width: 280px;
        margin-left:0px;
	}

    /*.container {
        padding-right: 0px;
    }*/
}
/*tablets*/
@media(min-width: 450px) (max-width: 576px) {

    /*.cardreg {
        max-width: 576px;
        min-width: 411px;
    }*/

    .card {
        max-width: 576px;
        min-width: 411px;
        border: none;
    }
}

/*Fold phones*/

@media (max-width: 300px) {
    .card {
        max-width: 295px;
        min-width: 280px;
        border: none;
        margin-left: 0px;
    }

    .card-body {
        max-width: 295px;
        min-width: 270px;
        margin-left: 0px;
    }

    /*body {
        
        background-repeat: no-repeat;
        background-attachment: local;
        background-size:200px;
    }*/
}

.supporttext {
    max-width: 350px;
    text-align: center;
    font-size: 14px;
    color: #8B959A;
    
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -100px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 100px;
    }

.site-footer {
    text-decoration-color: #A3A3A3;
}

.btn {
    height: 60px;
    background-color: <%=ColorButton%>;
    
}

/*.card {
    min-width: 280px; /*400px
    
    max-width: 411px;
}*/

.form-group {
    margin-left: 6px;
    margin-right: 6px;
}

/* Style for field-holder-label */
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 5px;
    margin: auto;
}
/* Style for formbox input group margin position 
-------------------------------------------------- */
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
    /* Style for formbox input group height padding 
-------------------------------------------------- */
    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: 0.75rem;
    }
    /* Style for label plaseholder
-------------------------------------------------- */
    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }
    /* Style for browsers
-------------------------------------------------- */
    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }
    /* Style for filling text
-------------------------------------------------- */
    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: 0.25rem;
    }

        /* Style for label after fill text
-------------------------------------------------- */
        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* End Style for field-holder-label */

body {
    /* background-image: url("Backgrounds/FalseAlarm/FalseAlarm_2400х221.png"); */
    background-image: url(<%=CustomBannerLarge%>);
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: 1720px;
}

@media (min-width:1721px) {
    body {
        /* background-image: url("Backgrounds/FalseAlarm/FalseAlarm_2400х221.png"); */
        background-image: url(<%=CustomBannerLarge%>);
        background-repeat: no-repeat;
        background-attachment: local;
        background-size: contain;
    }
}

.linkHome {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20%;
    text-decoration: none;
    z-index: 1;
}
