@media only screen and (max-device-width: 736px){
    body{
        font-size: 2em;
    }
    
    #cp_lock_account{
        top: -13em;
    }
}

@media only screen and (min-device-width: 737px){
    #cp_lock_account{
        top: -8em;
    }
}

input:-webkit-autofill{
    transition: background-color 5000s ease-in-out;
    -webkit-text-fill-color: white !important;
}

input{
      background-color: transparent;
      color: #000;
      font-weight: bold;
      border: none;
      width: 95%;
      margin: auto;
      display: block;
      padding: .71em 0;
      font-size: 1em;
}

input:focus{
    outline: none;
}

body{
    background-color: #000;
}

a, a:visited, a:focus{
    color: inherit;
    outline: none;
}

img{
    border: none;
}

table{
    border-collapse: collapse;
    white-space: nowrap;
/*    width: 80%;
    margin: auto;*/
    width: calc(100% - 15px);
    margin: 0px 10px;
}

td{
    padding: .36em 0;
    text-align: center;
}

#cp_background{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

#cp_background.for_sb{
    background: #2E323E; 
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;

}

/*IE7 only */
*+html #cp_wrapper{
    top: 50%;
    left: 50%;
    margin-top: -19em;
    margin-left: -12em;
}

#cp_wrapper{
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 29.5em;
    margin: auto;
}

#cp_auth_layout{
    border-width: 2px;
    border-color: #FFF;
    border-style: solid;
    height: auto;
    color: #FFF;
    background-color: rgb( 169, 169, 169);
    background-color: rgba( 169, 169, 169, 0.5);
    padding-top: 1.43em;
    border-radius: 5px;
}

#cp_auth_error{
    width: 100%;
    background-color: rgb( 68, 68, 68 );
    background-color: rgba( 68, 68, 68, 0.8 );
    text-align: center;
    padding: .36em 0;
}

/*
#cp_auth_error::after{
    content: url(../pic/auth/icons/wrong_pass.png);
}
*/

#cp_auth_error .error_list li{
    list-style-type: none;
}

#cp_logo{
    display: block;
    margin: auto;
/*    width: 261px;*/
    width: auto;
    height: 33px;
}

#cp_button_auth{
    cursor: pointer;
    width: 100%;
    border: none;
    height: 3.57em;
    background-color: rgb( 68, 68, 68 );
    background-color: rgba( 68, 68, 68, 0.8 );
    color: inherit;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: .3em;
}

.cp_td_border{
    border-width: 0 0 .15em 0;
    border-style: solid;
    border-color: #FFF;
    height: 2.86em;
}

.cp_last_td{
    width: 30px;
}

#cp_contacts{
    margin-top: 2.14em;
    color: #FFF;
    text-align: center;
}

#cp_pass_change{
    color: #FFF;
    font-size: .86em;
}

.cp_error_img{
    display: none;
}

.cp_error_img.cp_error{
    display: initial;
}

.cp_error input{
    border-width: 0 0 .14em 0;
    border-style: solid;
    border-color: #F00;
}

#cp_lock_account{
    width: 23.57em;
    height: 14.26em;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba( 0, 0, 0, 0.8 );
    color: #FFF;
    z-index: 4;
}

#cp_lock_account.for_sb{
    background-color: unset;
}

#cp_lock_account .cp_msg{
    position: relative;
    top: 3.58em;
    text-align: center;
}

#cp_lock_account .cp_close{
    position: absolute;
    right: 0.36em;
    top: .36em;
    font-size: .76em;
    cursor: pointer
}

#cp_lock_account .cp_close img{
    width: 23px;
}

.cp_auth_head{
    font-size: 1.5em;
    text-align: center;
    margin-top: .5em;
    color: #000;
    background-color: #EAEAEA;
    padding: .3em 0;
}

.cp_td_restore_pass{
    padding-top: 1.3em;
}

.white_color input{
    color: #FFF !important;
}

#show_passw:hover{
    cursor: pointer;
}

#auth_logo_sbt{
    text-align: center;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(42,153,65);
    flex-flow: column;
}

#auth_logo_sbt .circle{
    border-radius:100%; 
    width: 60px; 
    height: 60px; 
    background-color:rgb(42,153,65);
    margin-bottom: 10px;
}

img.open_eye{
    src: url(../pic/auth/icons/eye_open.png);
}

img.close_eye{
    src: url(../pic/auth/icons/eye_close.png);
}

.for_sb #cp_auth_layout{
    background-color: #fff; 
    padding: 47px 57px 31px 57px;
    margin: 22px auto;
}

.for_sb .cp_auth_head{
    background-color: #fff;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 20px;
}

.for_sb input{
    padding: unset;
    padding-left: 10px;
    width: inherit;
    font-weight: unset;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: unset;
}

.for_sb tr.bg_h71{
    background-color:#2E323E; 
    height: 71px;
}

.for_sb td{
    padding: unset;
}

.for_sb #cp_button_auth{
    background-color: rgb(42,153,65);
    margin-top: 0;
    height: 71px;
    padding: unset;
    font-size: 16px;
}

.for_sb .green_border_right{
    border-right: 1px solid green;
    padding: 0 20px;
}

.for_sb #cp_wrapper{
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: auto;
}

.for_sb table{
    margin: 0px;
}
#cp_auth_layout{
    width: 350px;
}
