﻿.account_block,
.testversion_block,
.forgot_password_block,
.new_test_customer_block{
    padding: 30px 15px;
}
.login-block{
    width: 385px;
    margin: 0px auto;
    padding: 15px;
    box-shadow: 0px 0px 6px;
    background-color: #f6f6f7;
    border-radius: 5px;
}
.login-block h5{
    font-size: 16px;
    font-weight: bold;
    color: #015cae;
}
.login-block [role] input{
    margin-top: 0px;
    padding-top: 5px;
}
.login-block [role] input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    /* We Change the below code - Pragnesh*/
    -webkit-text-fill-color: #000 !important; /* цвет текста */
    /* We Change the below code - Pragnesh*/
    color: #000 !important; /* цвет текста */
}
.login-form span[role="textbox"],
.forget_system span[role="checkbox"]{
    display: block;
    margin: 35px 0px;
}
.body_grey .login-block{
    background-color: #ffffff;
}
.forget_system span[role="checkbox"]{
    margin: 10px 0px;
}
.login-form span[role="textbox"]{
    background-color: #ffffff;
}
.forget_system span[role="checkbox"] label{
    font-size: 16px;
    line-height: 24px;
    color: #575755;
    height: 24px;
}
.forget_system span[role="checkbox"] input,
.forget_system span[role="checkbox"]:before{
    top: 3px;
}
.forget_system span[role="checkbox"].checked:after{
    top:8px;
}
.forget_system p{
    text-align: left;
}
.forget_system .btn{
    margin: 15px 0px;
}
.forget_system .forgot-password a{
    display: block;
    margin: 15px 0px;
    text-align: left;
    font-size: 16px;
    color: #015cae;
    text-decoration: underline;
    line-height: 20px;
    position: relative;
    padding-left: 10px;
}
.forget_system .forgot-password a:before{
    content: ">";
    position: absolute;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
}
.forget_system .forgot-password a:hover{
    text-decoration: none;
    font-weight: bold;
}
.account_text{
    position: absolute;
    bottom: 15px;
    right: 0px;
    left: 0px;
}
.account_text p{
    line-height: 20px;
    font-size: 16px;
    color: #575755;
    padding: 0px 15px;
}
.account_text p:first-child{
    font-size: 14px;
}
.testversion_system .btn{
    margin: 15px 0px;
}
.send_password_system .btn-success{
    /* We Change the below code - Pragnesh*/
    float: right;
}
.send_password_system .btn-warning{
    /* We Change the below code - Pragnesh*/
    float: left;
}
.test_customer_system .btn-warning{
    float: left;
}
.test_customer_system .btn-success{
    float: right;
}
.new_test_customer_block .login-form span[role="textbox"]{
    display: block;
    margin: 15px 0px;
    padding: 15px;
    height: inherit;
}
.body_grey{
    background-color: #f6f6f7;
}
.modal {
    text-align: center;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#order_activated .modal-header{
    border: none;
    padding: 0px;
    background-color: #26478d;
}
#order_activated .modal-header h4{
    font-family: inherit;
    font-size: 30px;
    color: #ffffff;
    padding: 10px 15px;
}
#order_activated .modal-body p{
    font-size: 16px;
    margin: 15px 0px;
    color: #575755;
}
.field-validation-error{
    font-size: 70%;
    font-weight: bold;
    color: red;
}
@media screen and (min-width: 1024px){
       
    .lang>ul{
        right: 0px;
    }
    #nav-main-account>.container>ul>li.lang>ul{
        padding: 0px;
    }
    #nav-main-account>.container>ul>li.lang>ul li{
        padding: 0px 0px;
        text-align: left;
        border-left: 5px solid #015cae;
    }
    #nav-main-account>.container>ul>li.lang>ul li a{
        display: block;
        line-height: 34px;
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 20px;
        font-size: 16px;
        color: #575755;
    }
    #nav-main-account>.container>ul>li.lang>ul li:hover a{
        color: #015cae;
        background-color: #f5f5f5!important;
    }
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media screen and (max-width: 640px){
    header .info {
        display: block;
        text-align: center;
        padding-left: 55px;
        /* We have add the below code - Pragnesh*/
        font-size : 12px;
    }
}
@media screen and (max-width: 768px) {
    /* We dont' require the below commented code - Pragnesh*/
    /*.modal-dialog{
        margin: 30% auto;
        width: 75%;
    }*/
    .account_text {
        position: relative;
        margin-top: 15px;
        bottom: inherit;
    }
}
@media screen and (max-width: 480px) {
    .login-block{
        width: 90%;
    }
    .testversion_system .btn{
        display: block;
    }
    .modal-dialog{
        width: 90%;
    }
}