@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@keyframes onAutoFillStart {from {/**/} to {/**/}}
@keyframes onAutoFillCancel {from {/**/} to {/**/}}
body,h1,h2,h3,h4,h5,h6,a,div,fieldset,form,ul,li,ol,dl,dd,dt,p,a,img,span,table,thead,tbody,td,tr,input{
  font-family: Montserrat, Arial, sans-serif;
  font-size:10px;
  padding:0;
  border:0;
  margin:0;
  list-style:none;
  border-collapse:collapse;
  outline: none;
}

html,body{
  height:100%;
  font-size: 10px;
}

.hidden {
  display: none;
}

.loginBody {
  outline: none;
}

.outer-login {
  min-height: 590px;
  min-width: 1010px;
  outline: none;
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-flow: column;
  background: transparent linear-gradient(44deg, #409 0%, #001864 100%) 0% 0% no-repeat padding-box;
}

.login-content {
  display: flex;
  flex-flow: row;
  height: 100%;
  margin: 0 0 0 32px;
}

.login-work-area {
  display: flex;
  flex-flow: column;
  width: 314px;
  padding-right: 10%;
  margin-top: 5rem;
  z-index: 5;
}

.message-holder {
  height: 4rem;
}

.message {
  margin-top: 4rem;
  border-radius: 4px;
  padding: 1rem;
  color: #922622;
  background-color: #f1d5d4;
  position: relative;
  font-size: 1.2rem;
  text-align: left;
  display: flex;
}

.message-icon {
  width: 20px;
  height: 20px;
  line-height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
}

.messageContent {
  font-size: 1.2rem;
}

.logo-wrapper {
  width: 314px;
}

.login-logo {
  user-select: none;
  width: 240px;
  height: 46px;
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login-form{
  padding-top: 20px;
}

.login-form .field {
  position: relative;
  padding-top: 40px;
  width: 314px;
}

.login-form .field .inputLabel {
  position: relative;
  display: block;
  padding-top: 15px;
}

.login-form .field > .inputLabel > input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  background: transparent;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  min-width: 312px;
  font-family: Montserrat;
  outline: none;
}

.login-form .field > .inputLabel > input + span {
  position: absolute;
  top: calc(100% - 28px);
  bottom: 10px;
  left: 0;
  color: #d0bfe6;
  font-size: 18px;
  line-height: 18px;
  transition: top .5s, font-size .5s;
}

.login-form .field > .inputLabel > input:focus + span,
.login-form .field > .inputLabel > input:valid + span {
  top: 0;
  bottom: auto;
  font-size: 12px;
}

.login-form .field > .inputLabel > input:-webkit-autofill {
  animation-name: onAutoFillStart;
  line-height: 18px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s, font 50000s ease-in-out 0s;
}

.login-form .field > .inputLabel > .input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

.login-form .field > .inputLabel > input:-webkit-autofill + span {
  top: 0;
  bottom: auto;
  font-size: 12px;
}

.form-footer {
  padding-top: 48px;
  width: 314px;
}

.login-button {
  padding: 0;
  height: 40px;
  width: 100%;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #ccc;
  border-style: hidden;
  border-radius: 4px;
  border-color: #ccc #bdbdbd #adadad;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  user-select: none;
  cursor: pointer;
  line-height: 2.4em;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  font: normal normal 600 16px/18px Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  color: #409;
  text-transform: uppercase;
  opacity: 1;
}

.login-button:hover {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 0.8;
}

.forgot-password {
  text-decoration: underline;
  font: normal normal normal 13px/18px Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  display: inline-block;
  margin-top: 8px;
}

.login-footer {
  display: flex;
  flex-flow: row;
  float: left;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 5;
}

.footer-left {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0 0 32px;
  font: normal normal 500 10px/18px Montserrat, Arial, sans-serif;
}

.footer-left span {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-right: 20px;
}

.footer-left a {
  text-align: left;
  text-decoration: underline;
  font-size: 10px;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-right: 20px;
}

.footer-right {
  float: right;
  position: absolute;
  right: 32px;
  bottom: 10px;
}

.footer-right a {
  text-align: right;
  text-decoration: underline;
  opacity: 1;
  margin-left: 12px;
  display: inline-block;
  height: 20px;
  width: 20px;
  box-sizing: content-box;
  border-radius: 15px;
  border: solid 4px transparent;
}

.footer-right a:hover, .footer-right a:focus {
  border-color: #846ab9;
}

.footer-right a img {
  box-sizing: content-box;
  height: 20px;
  width: 20px;
  fill: #fff;
  border-radius: 15px;
  vertical-align: middle;
}

.circle {
  user-select: none;
  position: absolute;
  height: 100%;
  opacity: 1;
  z-index: 3;
  right: 0;
  top: 0;
}

.login-img {
  user-select: none;
  height: 95%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 10% 0 0 50%;
}

.slogan {
  user-select: none;
  width: 368px;
  height: 161px;
  right: 32px;
  top: 55%;
  position: absolute;
  text-align: right;
  font: normal normal 900 46px/52px Montserrat, Arial, sans-serif;
  letter-spacing: 1.84px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  z-index: 4;
}

.footer-left a:focus, .forgot-password:focus {
  padding: 0;
  border: 2px solid #ffffffb3;
  border-radius: 4px;
  opacity: 1;
}

.footer-left a:hover, .forgot-password:hover {
  background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box;
  border-radius: 4px;
}

.footer-left a:active, .forgot-password:active {
  background: rgba(255, 255, 255, 0.35) 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
