body{
    position: relative;
    background-color:#d8d8d8;
    height: 100%;
    font-size:12pt;
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    line-height:1.8em;
    color:rgba(48, 48, 48, 0.85);
  }
  body1::before {
    background: url(../../templates/img/fon_day.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: -1;
  }

  #auth_login,#register_login{
    height:34px;
  }

  #loginform{
    position:relative;
  }


  #auth_login{/*width: calc(100% + 35px);*/}
  #register_login {/*width: calc(100% - 5px);*/}

  input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
  }

  input, select, textarea {
    padding-left:7px;
  }



  .hidden {
    display:none;
  }
  .right {
    float:right;
  }

/* This parent can be any width and height */
  .auth_page {
    width:100%;
    height:100%;
    background-color: transparent;
    text-align:center;
  }
/* The ghost, nudged to maintain perfect centering
.auth_page:before {content: '.';display: inline-block;height: 100%;vertical-align: middle;width:0;overflow:hidden;}

/* The element to be centered, can also be of any width and height
.auth_box {display: inline-block;vertical-align: middle;width: 300px;}
*/
  .auth_box {
    margin:auto;
    padding-top: 10px;
    text-align:left;
    width:371px;
    background-color: rgba(255, 255, 255, 0.95);
    line-height:1.2em;
    padding-bottom: 5px;
    box-shadow:0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
  }

  .auth_box label,.auth_box input{
    margin-left:20px;
    cursor:pointer;
    margin-bottom:10px;
  }

  .auth_box input{
    background-color: rgba(138, 164, 176, 0.2);
    width:calc(100% - 45px);
    height: 30px;
    border: solid 1px #BCBCBC;
  }

  /*iphone 5*/
  @media screen and (device-aspect-ratio: 40/71) {
  .auth_box input{
    background-color: rgba(138, 164, 176, 0.2);
    width:calc(100% - 50px);
    height: 30px;
    border: solid 1px #BCBCBC;
  }
  }


  .forgot_pass,.demo_login{
    padding:14px;
    padding-top:8px;
    text-decoration: underline;
    cursor:pointer;
  }

  .forgot_pass {
    float:right;
    text-align:right;
    color:rgba(204, 106, 81, 1);
  }

  .demo_login{
    float:left;
    color:rgba(65, 145, 201, 1);
  }
  .demo_login a {
    color:inherit;
  }

  .demo_login a:hover {
    color:rgba(49, 123, 175, 0.8);
  }

  .additional_block{
    padding-left:5px;
    padding-right:5px;
  }
  .auth_info {
    margin:10px;
    padding:10px;
    width:371px;
    background:#f1f1f1;
  }

  #logo {
    will-change: transform;
    transition: height 1s ease;
    background:url(../../templates/img/sky.svg) no-repeat center center;
    background-size: contain;
    margin:auto;
    width:371px;
    max-width:371px;
    height:89px;
  }

  .auth_header{
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
  }

  .clearfix{
    clear:both;
  }

  .footerline {
    position:fixed;
    width:100%;
    bottom:10px;
    color:white;
    text-align: center;
    text-shadow: 0px 0px 4px black, 0 0 1em black;
  }
  .footerline a {
    color:white;
  }

  .auth_btn {
    width:calc(100% - 36px);
    margin-left: 20px;
    height: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-appearance: none;
    background:#D9D9D9;
    border:1px solid gray;
  }

  .btn_green {
    background-color: rgba(68, 157, 68, 0.8);
    color:rgba(255, 255, 255, 1);
    border: solid 1px #419641;
  }
    .btn_green:hover {
      background-color: rgba(92, 184, 92, 1.0);
    }
    .btn_green:active {
      background-color: rgba(68, 157, 68, 0.8);
    }

  #demo, #cancel {
    background-color: rgba(255, 0, 0, 0.66);
    color:rgba(255, 255, 255, 1);
    border: solid 1px #e40000;
    /*
        background-color: rgba(138, 164, 176, 0.4);
    color: rgba(0, 0, 0, 1);
    border: solid 1px #BCBCBC;
    */
  }
    #demo:hover, #cancel:hover {
      background-color: rgba(208, 0, 0, 0.66);
      /*
       background-color: rgba(138, 164, 176, 0.2);
      */
    }
    #demo:active, #cancel:active {
      background-color: rgba(255, 0, 0, 0.66);
      /*
      background-color: rgba(138, 164, 176, 0.4);
      */
    }

  .intl-tel-input.allow-dropdown.separate-dial-code{
  margin-left:20px;
  min-width: 380px;
}

  .language{
    position:absolute;
    margin-left:5px;
    left:294px;
    padding:2px;

  }

@media (max-width: 420px) {
  .auth_box{
    width:300px;
  }
  #logo {
    width:300px;
  }
  input#auth_login,
  input#register_login {
    width:264px !important;/*92px*/
  }
  .intl-tel-input.allow-dropdown.separate-dial-code{
    margin-left:20px;

  margin-left:20px;
  min-width: 264px;
}

  .language{
    position:absolute;
    margin-left:5px;

    left:227px;
    padding:2px;

  }

}

@media (max-height: 375px) {
  #logo {
    height:0;
  }
}

@media (max-height: 569px) {
  .footerline {
    display:none;
  }
}

.selected-dial-code{
  margin-left:20px !important;
}
.intl-tel-input .country-list {
  /*max-width: 335px !important;*/
}
.intl-tel-input {
  margin-left:20px !important;
}
.sms_msg {
  margin:10px;
  padding:10px;
  max-width:100%;
  background:#f1f1f1;
  font-weight:bold;
  text-align:center;
}
#capchaimg {
  height: 120px;
  text-align: center;
}
#capchaform {
  position:relative;
}

.captha_reloader {
  position:absolute;
  right:20px;
  width:32px;
  height:32px;
  cursor:pointer;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -ms-transition: -ms-transform .2s ease-in-out;
  transition:all .2s ease-in-out;
  /*transition: transform .8s ease-in-out scale(1.0);*/
  transform: scale(1.0) rotate(-100deg);
}
.captha_reloader:hover {
  transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
}

.captha_reloader:active {
  transform:scale(0.9);
}
#capchaform.auth_header {
  position:relative
}
/*
#svgreload[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 90%;
  top: 60px;
  z-index: 0;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
HOVER TIP EFFECT
#svgreload.tip:hover {
    cursor: help;
    position: relative
}
#svgreload.tip span {
    display: none
}
#svgreload.tip:hover span {
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #FCFFA3;
    left: 220px;
    margin: 10px;
    width: 100px;
    position: absolute;
    top: 1.4em;
    font-size:1.125em;
}
*/


  input{
      -webkit-appearance: none;
      border-radius:0px;
  }



/*Стили фоны*/

/*По-умолчанию*/
.body_back_day::before {
    background: url(../../templates/img/fon_day.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*серые доски*/
.body_back_gray::before {
    background: url(../../templates/img/fon_gray.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}


/*night доски*/
.body_back_night::before {
    background: url(../../templates/img/fon_night.jpg?cash=9988) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}




/*градиент 1*/
.body_back_gradient_1::before {
    background: url(../../templates/img/fon_gradient_1.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*градиент 2*/
.body_back_gradient_2::before {
    background: url(../../templates/img/fon_gradient_2.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.3;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*градиент 3*/
.body_back_gradient_3::before {
    background: url(../../templates/img/fon_gradient_3.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*цветок 1 */
.body_back_flower_1::before {
    background: url(../../templates/img/fon_flower_1.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#299f53*/
.body_back_299f53::before {
    background: #299f53;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#6a2d84*/
.body_back_6a2d84::before {
    background: #6a2d84;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#2c3e50*/
.body_back_2c3e50::before {
    background: #2c3e50;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#f1c40f*/
.body_back_f1c40f::before {
    background: #f1c40f;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#dedede*/
.body_back_dedede::before {
background: rgba(232,232,232,1);
background: -moz-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(201,201,201,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(201,201,201,1)));
background: -webkit-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(201,201,201,1) 100%);
background: -o-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(201,201,201,1) 100%);
background: -ms-linear-gradient(left, rgba(232,232,232,1) 0%, rgba(201,201,201,1) 100%);
background: linear-gradient(to right, rgba(232,232,232,1) 0%, rgba(201,201,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c9c9c9', GradientType=1 );
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#f39c12*/
.body_back_f39c12::before {
    background: #f39c12;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}



/*#2980b9*/
.body_back_2980b9::before {
    background: #2980b9;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}

/*#16a085*/
.body_back_16a085::before {
    background: #16a085;
    background-size: cover;
    content: ' ';
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 100%;
    will-change: transform;
    z-index: -1;
}



/*Стили фоны КОНЕЦ*/