:root {
  --domain-blue: #020667;
  --electric-blue: #0D15F5;
  --dark-grey: #606060;
  --input-background: #fafbfc;
}
body {
  perspective: 800px;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  background: #f6fafd;
}
body ::-webkit-input-placeholder {
  color: #4E546D;
}
body .authent {
  display: none;
  background: #35394a;
  background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35394a", endColorstr="#1f222e",GradientType=1 );
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 70px;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 47%;
  margin-left: -50px;
  top: 30%;
  margin-top: -50px;
}
body .authent p {
  text-align: center;
  color: white;
}
body .tfa {
  display: none;
  color: #020667;
}
body .sso {
  display: none;
  color: #020667;
}
body .success {
  display: none;
  color: #020667;
}
body .success p {
  font-size: 14px;
}
body .failed {
  display: none;
  color: #c21212;
}
body .failed p {
  font-size: 14px;
}
body p {
  color: #5B5E6F;
  font-size: 12px;
  text-align: left;
}
body .move-left {
  left: -20% !important;
}
body .move {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -10px !important;
  transform: rotateX(50deg) scale(1.0) !important;
  opacity: 0.6 !important;
  filter: blur(1px);
}
body .login {
  opacity: 1;
  top: 20%;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  transition-property: transform, opacity, box-shadow, top, left;
  transition-duration: 0.5s;
  transform-origin: 161px 100%;
  transform: rotateX(0deg);
  position: relative;
  width: 300px;
  border-top: 2px solid var(--domain-blue);
  margin: auto;
  padding: 40px 40px 40px 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
}
body .login_title {
  color: var(--dark-grey);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 36px;
  top: 8px;
  opacity: 0.5;
}
body .login_fields input[type=password] {
  margin-top: 4px;
}
body .login_fields input[type=text], body .login_fields input[type=password] {
  font-family: "Lato", sans-serif;
  color: rgb(122, 134, 154);
  background: var(--input-background);
  border-color: rgb(223, 225, 230);
  border-radius: 2px;
  border-style: solid;
  width: 97%;
  height: 2.5em;
  text-indent: 10px;
}
body .login_fields input[type=text]:hover, body .login_fields input[type=password]:hover {
  background-color: rgb(235, 236, 240);
}
body .login_fields input[type=text]:focus, body .login_fields input[type=password]:focus {
  background-color: #fff;
  color: #000;
}
body .login_fields {
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
body .login_fields .forgot {
  float: right;
  font-size: 10px;
  margin-top: 11px;
  text-decoration: underline;
}
body .login_fields .forgot a {
  color: #606479;
}

.user-input {
  font-family: "Lato", sans-serif;
  color: rgb(122, 134, 154);
  background: var(--input-background);
  border-color: rgb(223, 225, 230);
  border-radius: 2px;
  border-style: solid;
  width: 97%;
  height: 2.5em;
  text-indent: 10px;
}

.button {
  font-family: "Lato", sans-serif;
  border-radius: 3px;
  background: transparent;
  padding: 10px 50px;
  margin-top: 5px;
  border: 2px solid var(--domain-blue);
  color: var(--domain-blue);
  text-transform: uppercase;
  font-size: 11px;
  transition-property: background, color;
  transition-duration: 0.2s;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.button:hover {
  background: var(--domain-blue);
  cursor: pointer;
  font-weight: 700;
  transition-property: background, color;
  transition-duration: 0.2s;
  color: #fff;
}

body .login_fields input:focus {
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
/* Color Schemes */
.love {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.love p {
  color: var(--dark-grey);
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.love a {
  color: var(--electric-blue);
  font-weight: 700;
  text-decoration: none;
}
a {
  color: var(--electric-blue);
  text-decoration: none;
}

a.domain {
  color: var(--domain-blue);
}

.love img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}

.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}
.divider {
  text-align: center;
  margin: 32px 0 16px;
  position: relative;
  font-size: 16px;
  color: var(--dark-grey);
}

.divider span {
  background: #fff; /* Match your page background */
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* Create horizontal lines on either side */
.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  border-top: 1px solid rgb(213, 216, 222);
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}