
body {

  font: 24px/33px normal;
  font-family: 'rawline';
  text-align:center;
  margin-top: 10px;
  font-weight: 600;
  color: #4f4f4f;
}
/* STRUCTURE */


#footer_version{
  color: #A2ACB1;
  font-size: 12px; 
  margin-top: -15px;
}
a{
  color: #0081AB;
  text-decoration: none;
}

.logout{
  margin-left: -110px;
  width: 200px;
  position: absolute;
  
}
.logout_box{
  max-width: 450px; min-width: 250px; margin: auto;
}
.close{
  display: none;
}

.wrapper {
    margin: auto;
    min-width: 250px;
    max-width: 450px;
}

.br_tag{
  display: none;
}

#formContent {
    max-width: 450px; 
    min-width: 250px; 
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn.second {
    box-sizing: border-box;
    border-radius: 10px;
    /* border-width: 1.5px; */
    width: 87%;
    height: 65px; 
    color: #4F4F4F;
    background-color: #FFFFFF;
    /* font-family: 'rawline';  */
    font-size: 24px; 
    border: 1.5px solid #0081AB;
     /* border-color: #4A86A8; */
     padding: 20px;
    
    
}
.form-group{
  margin-top: 10px;
  margin-left: -1px;
  width: 100%;
}
.fadeIn.forgot{
     width: 100%;
     box-sizing: border-box;
     border-radius: 5px;
     border-width: 2px;
     margin-bottom: 6px;
}

.underlineHover:after {
     display: block;
     left: 0;
     bottom: -10px;
     width: 0;
     height: 2px;
     background-color: #56baed;
     content: "";
     transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

*:focus {
    outline: none;
} 

#icon {
 height: 100px;
}
#icon_due {
  height: 41px;
 }
.price_size{
  font-size: 30px;margin: 20px 0px -17px;
}
.button_login1 {
  width: 89%;
  height: 70px;
  background: #0081AB;
  color: #FFF;
  border-radius: 10px;
  font-size: 30px;
  border: none;
  padding: 0px 0px 10px 0px;
  margin-top: -10px;
}

.alert-danger{
  margin-bottom: -15px;
}
.button_login {
  width: 89%; 
  height: 70; 
  background: #0081AB !important; 
  color: #FFF;
  border-radius: 10px;
  font-size: 25px;
  border: none;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px;
}
.button_login:active {
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
}
.button_login1:active {
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
}
.logout:active {
  position: absolute !important;
  background: url("../image/logout_active_.png");
  background-size: auto;
  background-size: 100%;
}
.button_pay{
  width: 100%; 
  height:100px; 
  background: #0081AB; 
  color: black; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 21px;
      border-color: #0081AB;
}

input::placeholder {
  font-family: 'rawline' !important;
}

#V_USERS_GS{
     width: 100%; 
     margin-top: 10px;
}

label{
    font-weight: 100;
    margin-bottom: 12px;
    float: left;
}
.remember_lable{
  float: left;
  color: #4F4F4F;
  font-size: 20px;
  margin-left: 0px;
}

.error-login{
    margin-left: 83px;
    margin-bottom: -9px;
    color: #a94442;
}
.label-validate{
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.9;
    display: flex;
    margin-left: 30px;
}
#validation{
    width: 100%;
    margin-top: 10px;
    font-size: 19px;
}

.form-control{
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
}

.setting_pay_page_img{
  height: 45px;
  position: absolute;
  margin-left: 35px;
  border: none;
  width: 50px;
  margin-top: -2px;
}
.back_pay_page_img{
  position: absolute;
  top: 8px;
  border: none;
  height: 46px;
  margin-left: -67px;
  width: 46px;
}
.setting_img{
  height: 45px;
  position: absolute;
  /* margin-left: 22px; */
  border: none;
  width: 50px;
  margin-top: 0px;
}
.back_img{
  position: absolute;
  top: 10px;
  border: none;
  height: 40px;
  margin-left: -85px;
  width: 40px;
}
.back_img:active {
  opacity: 50%;
}
.home_img:active {
  opacity: 50%;
}
.setting_img:active {
  opacity: 50%;
}
.home_img_setting:active {
  opacity: 50%;
}
.home_img{
  position: absolute;
  margin-left: -71px;
  height: 33px;
  width: 38px;
  margin-top: 7px;  

}

.home_img_setting{
  position: absolute;
  margin-left: 29px;
  height: 33px;
  width: 38px;
  margin-top: 5px; 

}

#id_pk-styler{
  margin-left: 30px;
}

.alert-success{
  background-color: white;
  border-color: white
}
.alert-danger {
  color: #a94442;
  background-color: white;
  border-color: white;
}
.line-height{
  line-height: 2;
}
.preview-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  overflow: hidden;
}


@media only screen and (min-width:480px) and (min-height: 820px) {
  body {

    font: 27px/33px normal;
    font-family: 'rawline';
    text-align:center;
    margin-top: 10px;
    font-weight: 400;
    color: #4f4f4f;
  }
  /* STRUCTURE */
  .remember_lable{
    float: left;
    color: #4F4F4F;
    font-size: 25px;
    margin-top: 2px;
  }
  
  #footer_version{
    color: #A2ACB1;
    font-size: 12px; 
    margin-top: -17px;
  }
  a{
    color: #0081AB;
    text-decoration: none;
  }
 #id_pk-styler {
    /* margin-left: 30px;width: 100%; */
  }
  
  .logout{
    margin-left: -110px;
    width: 230px;
    position: absolute;
    
  }
  .logout_box{
    max-width: 450px; min-width: 250px; margin: auto;
  }
  .close{
    display: none;
  }
  
  .wrapper {
      margin: auto;
      min-width: 250px;
      max-width: 450px;
  }
  
  #formContent {
      max-width: 450px; 
      min-width: 250px; 
  }
  
  #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .fadeIn.second {
      margin-bottom: 10px;
      float: right;
      box-sizing: border-box;
      border-radius: 10px;
      width: 100%;
      height: 90px; 
      color: #4F4F4F;
      background-color: #FFFFFF;
      font-size: 30px; 
      border: 1.5px solid #0081AB;
       padding: 20px;
      
      
  }
  
  .fadeIn.forgot{
       width: 100%;
      box-sizing: border-box;
      border-radius: 5px;
      border-width: 2px;
      margin-bottom: 6px;
  }
  
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
  }
  
  .underlineHover:hover {
    color: #0d0d0d;
  }
  
  .underlineHover:hover:after{
    width: 100%;
  }
  
  *:focus {
      outline: none;
  } 
  
  #icon {
   height: 150px;
  }
  #icon_due {
    height: 41px;
   }
  .price_size{
    font-size: 36px;margin: 20px 0px -17px;
  }
  .button_login1 {
      width: 100%; 
      height: 130px; 
      background: #0081AB; 
      color: #FFF;
      border-radius: 80px;
      font-size: 45px;
      border: none;
      padding: 0px 0px 10px 0px;
      margin-top: 12px;
  }
  
  .alert-danger{
    margin-bottom: -15px;
  }
  .button_login {
    width: 100%; 
    height: 120px; 
    background: #0081AB !important; 
    color: #FFF;
    border-radius: 10px;
    font-size: 45px;
    border: none;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px;
  }
  .button_login:active {
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
  }
  .button_login1:active {
    box-shadow: inset 5px 5px 10px rgba(0,0,0,0.9);
  }
  .logout:active {
    position: absolute !important;
    background: url("../image/logout_active_.png");
      background-size: auto;
    background-size: 100%;
  }
  .button_pay{
    width: 100%; 
    height:100px; 
    background: #0081AB; 
    color: black; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
        border-color: #0081AB;
  }
  
  input::placeholder {
    font-family: 'rawline' !important;
  }
  
  #V_USERS_GS{
       width: 100%; 
       margin-top: 10px;
  }
  
  label{
      font-weight: 100;
      margin-bottom: 12px;
      float: left;
  }
  
  .error-login{
      margin-left: 83px;
      margin-bottom: -9px;
      color: #a94442;
  }
  .label-validate{
      margin-bottom: 0px;
      font-weight: 500;
      line-height: 1.9;
      display: flex;
      width: 250px;
      margin-left: 0px;
  }
  
  #validation{
      width: 100%;
      margin-top: 10px;
    
  }
  
  .form-group{
      margin-top: 10px;
  }
  .form-control{
      height: 48px;
      font-size: 16px;
      margin-top: 10px;
  }
  .br_tag{
    display: inline;
  }
  .setting_pay_page_img{
    height: 45px;
    position: absolute;
    margin-left: 35px;
    border: none;
    width: 50px;
    margin-top: -2px;
  }
  .back_pay_page_img{
    position: absolute;
    top: 8px;
    border: none;
    height: 46px;
    margin-left: -67px;
    width: 46px;
  }
  .setting_img{
    height: 60px;
    position: absolute;
    border: none;
    width: 65px;
    margin-top: 5px;
  }
  .back_img{
    position: absolute;
    top: 8px;
    border: none;
    height: 55px;
    margin-left: -60px;
    width: 55px;
  }
  .home_img{
    position: absolute;
    margin-left: -97px;
    height: 45px;
    width: 50px;
    margin-top: 13px;  
  
  }
  
  .home_img_setting{
    position: absolute;
    margin-left: 8px;
    height: 45px;
    width: 50px;
    margin-top: 5px;  
  
  }
  
  .alert-success{
    background-color: white;
    border-color: white
  }
  .alert-danger {
    color: #a94442;
    background-color: white;
    border-color: white;
  }
  .line-height{
    line-height: 2;
  }
  .preview-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .l_height{
    line-height: 2.0;
  }
}

@font-face {
  font-family: 'rawline';
  src: url('/css/font_rawline/rawline-100.woff2') format('woff2'),
       url('/css/font_rawline/rawline-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'rawline';
  src: url('/css/font_rawline/rawline-500.woff2') format('woff2'),
       url('/css/font_rawline/rawline-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'rawline';
  src: url('/css/font_rawline/rawline-600.woff2') format('woff2'),
       url('/css/font_rawline/rawline-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}








