@font-face {
  font-family: 'Montserrat Light';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Light'), local('Montserrat-Light'),
    url(../fonts/montserrat-light_d508f4bcd80b35f5ab68ae7d0e466277.woff) format('woff'),
    url(../fonts/montserrat-light_d508f4bcd80b35f5ab68ae7d0e466277.ttf) format('truetype');
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #00acff;
  -webkit-text-fill-color: #00acff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

body,
a {
  background-color: #000;
  color: #00acff;
  font-family: 'Montserrat Light', sans-serif;
}

.main-container {
  position: fixed;
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  border: 1px solid #00acff;
}

.login-title {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 6px;
}

.login-title,
.login-username-title,
.login-password-title,
.app-username-title {
  position: relative;
  margin-left: 20px;
}

.login-username-title,
.login-password-title,
.app-username-title {
  width: 85px;
  float: left;
  padding-top: 10px;
  margin-right: 10px;
}

.app-username-title {
  width: fit-content;
}

.login-username,
.login-password,
.app-smusername {
  border: 1px solid #00acff;
  background-color: #000;
  color: #00acff;
  margin-top: 9px;
  line-height: 20px;
  width: 200px;
}

.login-submit {
  margin-left: 20px;
  padding-top: 10px;
  cursor: pointer;
}

.login-submit.refresh {
  padding-bottom: 16px;
}

.app-registration-line {
  margin-left: 20px;
}
