﻿/* update 2/4/2022 */
div.top-section, div.showcase-section { 
  display: none;
}
@font-face {
    font-family: 'password';
    src: url('font/password.eot');
    src: url('font/password.eot?#iefix') format('embedded-opentype'),
         url('font/password.woff') format('woff'),
         url('font/password.ttf') format('truetype'),
         url('font/password.svg#password') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
  display: inline-block;
   font-family: 'password';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 20px;
   padding: 10px;
   transform: translateY(-10px)
}
.icon-eye-close:before{content:'\0041';}
.icon-eye-open:before{content:'\0042';}
body {
  font-family: "Lato", "Lucida Grande", Tahoma, Sans-Serif !important;
}
 input[type="text"], input[type="password"] {
    border-bottom: 1px solid #707070; 
    border-radius: 0;
    color: #C2C2C2;
    padding: 5px 0;
    font-size: 12px;
    font-family: "Lato", "Lucida Grande", Tahoma, Sans-Serif;
    outline:  none;
    font-weight: 500;
    background: transparent !important;
}
 #submitButton > input {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: transparent;
    padding: 9px 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Lato", "Lucida Grande", Tahoma, Sans-Serif;
    padding-bottom: 8px;
    border:  2px solid #FFD753; 
    cursor:  pointer;
}
.wrap:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background-color: #000;
    background-image: url("https://images.unsplash.com/photo-1549421263-6064833b071b");
    max-width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(4px);
}
.wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 540px;
    margin: auto auto;
    padding: 4%;
}
.wrap > .login-section > .form-panel {
    background-color: rgba(10, 10, 10, 0.5);
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  
}
.field.password {
  position: relative
}
span > #eye {
  color: #FFD753;
  position:absolute;
  right: 25px;
  top: 50%;
  cursor: pointer
}
/*  Small devices below 576px only */
 @media (max-width:576px) {
   .wrap { width: 350px }
   .bottom-section > .left > p, .bottom-section > .right > p {
    font-size: 9px;
   }
   .bottom-section > .left > h3, .bottom-section > .right > h3 {
      font-size: 11px
   }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .wrap { width: 550px }
  .form-header > h1.aonline{ font-size: 48px; font-weight: 900 }
  .form-header > p.slogan { font-size: 14px; letter-spacing: .5px }
  .form-header > .logo { width: 135px }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #mainBody > .field > label, #mainBody > .field > input {
    font-size: 16px;
    font-family: "Lato", "Lucida Grande", Tahoma, Sans-Serif;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .wrap { width: 650px;  }
  .form-header > h1.aonline{ font-size: 52px; font-weight: 900 }
  .form-header > p.slogan { font-size: 15px; letter-spacing: .5px }
  .form-header > .logo { width: 150px }
  #submitButton > input {
     font-size: 18px; font-weight: 700
  }
  .wrap { padding-top: 5%}
}
@media (min-width: 1400px) {
  .wrap { width: 650px;  }
  .form-header > h1.aonline { font-size: 58px; font-weight: 900 }
  .form-header > p.slogan { font-size: 18px; letter-spacing: .5px }
  .form-header > .logo { width: 150px }
  #submitButton > input {
     font-size: 18px; font-weight: 700
  }
  .wrap { padding-top: 8%}
}
@media (min-width: 1800px) {
  .wrap { width: 700px;  }
  .form-header > h1.aonline { font-size: 64px; font-weight: 900 }
  .form-header > p.slogan { font-size: 18px; letter-spacing: .5px }
  .form-header > .logo { width: 180px }
  #submitButton > input {
     font-size: 20px; font-weight: 700
  }
  #mainBody > .field > label {font-size: 18px; font-weight: 500}
  .wrap { padding-top: 10%}
}
#submitButton:after {
  content: "v 1.0.0.0";
  display: block;
  position: absolute;
  width: 100px; 
  left: 50%;
  margin-left: -23px;
  font-size: 10px;
  margin-top: 15px;
  color: #949696
}

.logo {
    margin: 50px auto;
    transform: scale(1.2);
}

.login-section {
    max-width: 400px;
    margin: auto;
}