@CHARSET "UTF-8";

#login-box {
    position: fixed;
    top: 350px !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #f5f5f5;
    width: 520px;
    height: 360px;
    max-width: 94%;
    margin: 0 auto;
    border-radius: 8px;
    width: 520px;
    box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    z-index: 999999;
}


#login-box a {
    border: 0px none;
    float: right;
    padding-top: 20px;
    padding-right: 24px;
}

#title-header {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 24px;
    height: 55px;
    line-height: 55px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #192533;
    text-transform: uppercase;
}

#login-area {
    margin: 24px;
}

#login-box input[type="text"] {
    color: #efefef;
}

#login-box input[type="text"], #login-box input[type="password"] {
    height: 35px;
}

#login-box #user_login {
    background-image: url("images/user-small.png");
}

#login-box #user_pass {
    background-image: url("images/key-16-px.png");
}

#login-box #user_pass, #login-box #user_login {
    background-repeat: no-repeat;
    background-position: 8px;
    padding-left: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#login-box .login-submit, #login-box .login-remember {
    display: inline-block;
}

#login-box .login-submit {
    width: 40%;
}

#login-box .login-remember {
    width: 50%;
    color: #3191ce;
}

#login-box .login-remember label {

}

#login-box #wp-submit {
    color: white;
    background-color: #3191ce;
    border-radius: 4px;
    float: right;
    width: 100%;
    border: 0px none;
    cursor: pointer;
}

.button-primary:hover {
    background: #4ca0d5 !important;
}

#login-box form p {
    padding-top: 24px;
}

#login-box form p:nth-child(-n+2) label {
    display: inline-block;
    width: 30%;
    color: #707070;
    font-weight: bold;
}

#login-box form p:nth-child(-n+2) input {
    display: inline-block;
    width: 60%;
    color: #707070;
}

#login-box-overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5) !important;
}

a#create-link {
    display: none;
    font-weight: bold;
}