﻿body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body .form-control:focus, body .btn:focus {
  border-color: #003241;
  box-shadow: 0 0 0 0.2rem rgba(0, 50, 65, 0.6);
}

.neeyo-login-background {
  background-image: url("/img/neeyo-background.png");
  background-position: center;
  background-size: cover;
}
.neeyo-login-inner {
  background: rgba(100, 100, 100, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10%;
  padding: 20px 0;
}
.neeyo-login-inner a,
.neeyo-login-inner a:visited,
.neeyo-login-inner a:link {
  color: #003241;
  font-weight: 600;
  font-size: 13px;
}
.neeyo-login-inner .form-horizontal {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.neeyo-login-inner input {
  border: 1px solid #003241;
}
.neeyo-login-inner p {
  width: 60%;
  max-width: 470px;
  color: #003241;
}
.neeyo-login-inner p label {
  font-size: 13px;
  font-weight: bold;
  margin: unset;
}
.neeyo-login-inner .logo-container {
  height: 200px;
}
@media (max-width: 1280px) {
  .neeyo-login-inner .logo-container {
    height: 150px;
  }
}
.neeyo-login-logo {
  width: 470px;
}
@media (max-width: 1280px) {
  .neeyo-login-logo {
    width: 350px;
  }
}
.neeyo-login-btn {
  color: #ffffff;
  background-color: #003241;
}
.neeyo-login-btn:hover {
  color: #fff;
  background-color: #003241;
}
.neeyo-login-header .container {
  height: 3rem;
  background-color: #003241;
  max-width: unset;
}
.neeyo-login-header .neeyo-suite-logo {
  height: 2.75rem;
}
.neeyo-login-header .docuguide-logo {
  width: 120px;
  height: 3rem;
  right: 1em;
  position: absolute;
}
.neeyo-login-footer {
  background-color: #003241;
}
.neeyo-login-footer .container {
  display: inline-flex;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  max-width: unset;
  height: 3rem;
}
.neeyo-login-footer a, .neeyo-login-footer a:visited,
.neeyo-login-footer a:link, .neeyo-login-footer a:hover {
  color: #ffffff;
  padding: 0.75rem 0;
  font-size: 13px;
}
.neeyo-login-footer a:focus {
  border: none;
}
.neeyo-forgot-pwd {
  width: 470px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.neeyo-forgot-pwd-inner {
  display: inline-flex;
  justify-content: center;
}
.neeyo-forgot-pwd-inner label {
  font-size: 13px;
  font-weight: bold;
  margin: unset;
  color: #003241;
}
.neeyo-forgot-pwd-form {
  width: 60%;
}
