* {
    font-size: 100%;
    color: #000;
    outline: none;
}

html, body {
    height: 100%;
    font-family: Verdana,"Geneva CY","DejaVu Sans",sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background: #EFDDC5;
}

a img {
    border: 0;
}

a {
    color: #777;
}

    a:hover {
        color: #535353;
    }

p, form, div, ul, li, ol {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

h3 {
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

#container {
    width: 400px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
}

.form_wrap {
    padding: 30px 15px;
    background: #ffffff;
    border:4px solid #F9A700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.lf_head {
    
    line-height: 55px;
    font-size: 20px;
   
}

    .lf_head .lang {
        float: right;
        margin: 5px 20px 0 0;
    }

    .lf_head div {
        float: left;
    }

.lf_line {
    padding: 0 0 5px 0;
}

    .lf_line p {
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        color: #777;
    }

    .lf_line label {
        float: left;
        width: 135px;
        text-align: right;
        font-size: 12px;
        margin: 0 10px 0 0;
        line-height: 21px;
    }

    .lf_line button {
        margin: 0 0 0 145px;
        outline: none;
        box-shadow: 1px 1px 1px #946d3f;
    }

    .lf_line .lf_line_italic {
        font-size: 11px;
        font-style: italic;
        color: #777;
        margin: 5px 25px 5px 145px;
        text-align: left;
        line-height: 12px;
    }

        .lf_line .lf_line_italic a {
            margin: 0 0 5px 0;
            display: block;
        }

    .lf_line select {
        background: #ccc;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #666;
        font-size: 14px;
        padding: 1px;
        width: 180px;
    }

        .lf_line select option {
            color: #666;
        }

.input_text {
    background: #ccc;
    border: 0;
    font-size: 13px;
    padding: 3px 7px;
    color: #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    width: 180px;
}

.but_login {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#add_auth {
    width: 440px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -100px;
    display: none;
    font-size: 12px;
}

    #add_auth .lf_head {
        background: url('login-logo-s.jpg') left top no-repeat;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        padding: 0 0 10px 75px;
    }

    #add_auth .lf_line {
        padding: 0 0 20px 0;
    }

        #add_auth .lf_line:last-child {
            padding: 0;
        }

    #add_auth .input_perc {
        overflow: hidden;
        zoom: 1;
    }

    #add_auth input[type="text"] {
        width: 85%;
    }

    #add_auth label {
        width: auto;
        font-size: 12px;
        float: left;
    }

    #add_auth .but_aa {
        width: auto;
        padding: 3px;
        background: #E18905;
        color: #fff;
        font-size: 10px;
        border: 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-box-shadow: 0 0 2px #969696;
        -moz-box-shadow: 0 0 2px #969696;
        box-shadow: 0 0 2px #969696;
        float: right;
        cursor: pointer;
        margin: 0 0 0 12px;
    }

#videoinstruction {
    display: none;
    width: 640px;
    height: 400px;
    padding: 30px 15px;
    background: #fff;
    border: 4px solid #CC8822;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    color: #84b8d9;
}

#dialog {
     display:none;
    padding: 30px 15px;
    background:#fbfbfb;
    border: 4px solid #fbfbfb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    color: #84b8d9;
}

.but_send, .but_cancel {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#dialog .lf_line label {
    font-size: 14px;
    margin: 0 10px 0 0;
    line-height: 21px;
}

#dialog .lf_head {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    padding: 0 0 10px 100px;
}

#dialog .lf_line button {
    margin: 10px 0 0 90px;
}

    #dialog .lf_line button:last-child {
        margin: 0;
    }

#simplemodal-container a.modalCloseImg {
    background: url('/pics/x.png') no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -10px;
    right: -11px;
    cursor: pointer;
}

#simplemodal-overlay {
    background: #000;
    cursor: wait;
}

#message {
    display: none;
    width: 800px;
    padding: 30px 15px;
    background: #fff;
    border: 4px solid #CC8822;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    font-size: 13px;
}

    #message p {
        margin: 0 0 10px 0;
    }

.but_proceed {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#myalert {
    display: none;
    max-width: 800px;
    padding: 30px 15px;
    background: #fff;
    border: 4px solid #CC8822;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    font-size: 13px;
}

    #myalert p {
        margin: 0 0 10px 0;
    }

#dialog_r {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    cursor: wait;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.dialog_r {
    padding: 30px 15px;
    background: #fff;
    border: 4px solid #CC8822;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    color: #84b8d9;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 485px;
    margin: -130px 0 0 -250px;
    z-index: 99999;
}

    .dialog_r .lf_line label {
        float: left;
        width: 225px;
        text-align: right;
        font-size: 14px;
        margin: 0 10px 0 0;
        line-height: 21px;
    }

    .dialog_r .lf_head {
        background: url('login-logo-s.jpg') 5px top no-repeat;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        padding: 0 0 10px 150px;
    }

    .dialog_r .lf_line button {
        margin: 10px 0 0 90px;
    }

        .dialog_r .lf_line button.but_cancel {
            margin: 0 0 0 -3px;
        }

.testresult {
    display: block;
}

.shortPass, .badPass, .goodPass, .strongPass, .samePassword {
    text-align: right;
    padding: 0 36px 0 0;
}

    .shortPass span, .badPass span, .goodPass span, .strongPass span, .samePassword span {
        font-size: 11px;
        color: red;
    }

    .goodPass span, .strongPass span {
        color: green;
    }

.dialog_r .lf_line .lf_line_italic {
    margin-left: 235px;
}

.button_orange, .button_green, .button_pink {
    border: 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 5px 20px;
    cursor: pointer;
}

.button_orange {
    background: #cf8c44;
}

.button_green {
    background: #cf8c44;
}

.button_pink {
    background: #cf8c44;
}

.logo {
    background: url("login-logo.jpg") center top no-repeat;
    width: 100%;
    height: 128px;
    margin: 0;
}

.wrap {
    border: 3px solid #CC8822;
    border-radius: 8px;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
    background: #fff;
    padding: 30px;
}

.logo {
    background: url("login-logo.jpg") center top no-repeat;
    width: 100%;
    height: 128px;
    margin: 0;
}

.h {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #2E962E;
    margin: 10px 0;
}

.count {
    text-align: center;
}

    .count span {
        font-weight: bold;
        font-size: 32px;
    }

.code {
    color: #F2E5D2;
    margin: 0 0 0 -9999em;
}

#login {
    display: none;
}

#auth .container {
    width: 400px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -200px;
    margin-top: -125px;
}

    #auth .container .form_wrap {
        padding: 30px 15px;
        background: #ffffff;
        border: 4px solid #F9A700;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
    }

#auth_r {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    cursor: wait;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.alert {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(0,0,0,.5);
    transition: opacity .25s ease;
    z-index: 100000;
    font-size: 1em;
}

.alert__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.alert-state {
    display: none;
}

    .alert-state:checked + .alert {
        opacity: 1;
        visibility: visible;
    }

        .alert-state:checked + .alert .alert__inner {
            top: 0;
        }

.alert__inner {
    transition: top .25s ease;
    position: absolute;
    top: -25%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 480px;
    margin: auto;
    overflow: auto;
    background: #fff;
    border: 4px solid #07486B;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 1em 2em;
    height: 150px;
}

.alert__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

    .alert__close:after, .alert__close:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 1.5em;
        background: #ccc;
        display: block;
        transform: rotate(45deg);
        left: 50%;
        margin: -3px 0 0 -1px;
        top: 0;
    }

    .alert__close:hover:after, .alert__close:hover:before {
        background: #aaa;
    }

    .alert__close:before {
        transform: rotate(-45deg);
    }

@media screen and (max-width: 768px) {
    .alert__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}
