    body,p{
      margin: 0px;
      padding: 0;
      font-family: 'Open Sans';
    }
   ul,ol{
    list-style: none;
    margin: 0px;
      padding: 0;
   }
.clears{
  clear: both;
}

.login-sector{
    width: 1310px;
    margin: 0px auto;
    padding: 40px 0;
}
.login-forma{
    position: relative;
    float: left;
    width: 410px;
    padding: 18px 2% 40px;
    border-radius: 5px;
    background: #fff;
    margin-left: 150px;
    box-shadow: 0 0 12px #d0d0d0;

}
.login-forma h1{
      margin: 0;
    margin-bottom: 20px;
    font-size: 28px;
}
.login-forma form{
  
}
.login-forma form .errorMessage {
    font-size: 14px;
    text-align: left;
    margin-top: 12px;
    line-height: 20px;
    color: #e9686a;
    font-weight: bold;
    width: 100%;
    font-family: 'Open Sans';
}
.rw-form{
      margin-top: 12px;
}
.rw-form .sms_response {
    display: none;
}
.rw-form .sms_response p.error {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 20px;
    color: #e9686a;
    font-weight: bold;
}
.rw-form label{
      display: block;
}
.rw-form label.fs0 {
    font-size: 0;
}
.rw-form label span{
    display: block;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.rw-form label#unmasked-lab span {
    display: inline-block;
}
.rw-form input[type='text'], .rw-form input[type='password']{
  font-size: 16px;
    font-family: 'Open Sans';
    border: 1px solid #525252;
    height: 40px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 12px;

    -webkit-appearance: none;
}
.rw-form input#Client_phone {
    width: calc(100% - 56px);
}
#unmasked-lab{
      margin-top: 7px;
}
#unmasked-lab span{
      font-size: 13px;
    vertical-align: top;
    line-height: 22px;
    vertical-align: middle;
}
.rw-form input[type='checkbox']{
  vertical-align: middle;
}
.get-sms-and-login, .get-call-and-login, .password-and-login, .rw-form.submit input[type=submit] {
    position: relative;
      display: inline-block;
    line-height: 45px;
    border-radius: 4px;
    background: #15ae06;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.get-sms-and-login:hover, .get-call-and-login:hover, .password-and-login:hover{
  background: #0d8f00;
}
.rw-form.submit.loader {
    position: relative;
}
.get-sms-and-login.loader:before,
.get-call-and-login.loader:before,
.password-and-login.loader:before,
.rw-form.submit.loader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: 1;
}
.get-sms-and-login.loader:after,
.get-call-and-login.loader:after,
.password-and-login.loader:after,
.rw-form.submit.loader:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/images/refresh_white.svg) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;

    top: calc(50% - 10px);
    left: calc(50% - 10px);

    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.code-sms{
  display:none;
}
.alternate-a{
  
}
.alternate-a a{
      font-weight: 600;
    color: #333;
    display: block;
    margin-top: 20px;
}
.alternate-a a:hover{
      color: #0d8f00;
}
.login-why{
      float: right;
    width: 600px;
    margin-left: 0;
}
.login-why h2{
      margin: 0 0 20px 0;
    font-size: 20px;
}
.login-why ul{
  
}
.login-why ul li{
    display: inline-block;
    vertical-align: top;
    width: 204px;
    margin: 0px 55px 18px 0;
    color: #535353;
}
.login-why ul li img{
      height: 67px;
}
.login-why ul li div{
      font-size: 13px;
      line-height: 18px;
}
.login-why ul li div b{
  
}
.code-sms p{
    color: red;
    font-size: 11px;
    margin-top: 3px;
}




@media screen and (max-width: 768px){
.login-sector {
    width: auto;
    margin: 0px auto;
    padding: 15px 0;
    font-family: 'Open Sans';
}
.login-forma {
    float: none;
    width: auto;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
    margin-left: 0;
    margin: 5px 15px;
}

.login-forma h1 {
    margin: 0;
    margin-bottom: 11px;
    font-size: 24px;
}
.rw-form input[type='text'], .rw-form input[type='password'] {
    font-size: 16px;
    font-family: 'Open Sans';
    border: 1px solid #4f4f4f;
    height: 40px;
    padding: 0px;
    width: 100%;
    border-radius: 4px;
    padding: 0 6%;
}
.get-sms-and-login, .get-call-and-login, .password-and-login {
    position: relative;
    display: inline-block;
    line-height: 45px;
    border-radius: 4px;
    background: #15ae06;
    color: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.alternate-a a {
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 18px;
    font-size: 14px;
}
.login-why {
    float: none;
    width: auto;
    margin-left: 0;
    margin: 40px 20px;
}
.login-why h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
}
.login-why ul li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0px 8% 24px 0;
    color: #535353;
}


}

label.lbl-mid{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.rw-form input.verified-phone{
    padding-left: 40px;
    background: #dcfadc;
    padding-right: 0;
    background-repeat: no-repeat;
    background-image: url(/images/ok-vf.png);
    background-position: 9px;
    background-size: 24px;
}
.set-password{

}
.qst-tooltip{
  display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-left: 3px;
    font-size: 14px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    color: #ffffff;
    font-family: 'Open Sans';
    background: #5a5a5a;
    border: 0;
}
#confirm-forms{
  margin-top: 5px;
}

.mask_changer {
    width: 48px;
    height: 40px;
    display: inline-block;
    border: 1px solid #525252;
    border-radius: 4px;
    text-align: center;
    padding: 6px 0;
    box-sizing: border-box;
    background: #f8f4f4;
    vertical-align: top;
    position: relative;
    margin-right: 8px;  
}
.login-forma.open_mask_change .mask_changer {
    z-index: 9;
}
.mask_changer .current_mask {
    cursor: pointer;
}
.mask_changer .current_mask > span {
    margin: 0 auto;
    width: 32px;
    height: 24px;
}
.mask_changer ul.list_mask {
    display: none;
    position: absolute;
    z-index: 9;
    background: #f8f4f4;
    width: auto;
    box-sizing: border-box;
    left: -1px;
    top: calc(100% + 4px);
    /*box-shadow: 0 0 12px #d0d0d0;*/
    border-radius: 4px;
    /*padding: 4px 0;*/
    overflow: hidden;
}
.mask_changer ul.list_mask li {
    padding: 4px 8px;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}
.mask_changer ul.list_mask li:hover {
    background: #fff;
}
.mask_changer ul.list_mask li > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 32px;
    height: 24px;
}
.mask_changer ul.list_mask > li:not(:last-child) {
    margin-bottom: 2px;
}
.mask_changer span.ru {
    background: url(/images/flags/ru_flag.png) no-repeat center center;
}
.mask_changer span.by {
    background: url(/images/flags/by_flag.png) no-repeat center center;
}
.mask_changer span.ua {
    background: url(/images/flags/ua_flag.png) no-repeat center center;
}
.mask_changer span.kz {
    background: url(/images/flags/kz_flag.png) no-repeat center center;
}

.login-forma.open_mask_change:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 8;
}

.repeat_code {
    line-height: 18px;
    color: #666;
    font-size: 13px;
    margin: 8px 0 0 0;
}
.repeat_code a {
    display: inline;
    color: #15ae06;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid;
}

.repeat_code a.disabled {
    color: #afafaf;
}

.repeat_code .counter {

}
.repeat_code .counter span {
    font-size: 18px;
    font-weight: bold;
}
.success_response_sms {
    line-height: 18px;
    color: #666;
    font-size: 13px;
    margin: 8px 0 0 0;
}