#login-page .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  #login-page .container:before, #login-page .container:after {
    display: none; }
  #login-page .container .login-form-wrapper {
    width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    #login-page .container .login-form-wrapper .login-logo {
      margin: 0;
      margin-bottom: 30px;
      width: 230px; }
      #login-page .container .login-form-wrapper .login-logo img {
        width: 100%; }
#login-page #validate-form {
  padding: 20px;
  width: 100%;
  margin-bottom: 50px; }
  #login-page #validate-form .form-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px; }
    #login-page #validate-form .form-group .input-group {
      width: 100%;
      display: flex;
      flex-direction: row;
      border-radius: 50px;
      overflow: hidden;
      padding: 5px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: white; }
      #login-page #validate-form .form-group .input-group .form-field-icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #5783e6;
        padding: 10px; }
      #login-page #validate-form .form-group .input-group .form-field-input {
        width: calc(100% - 45px); }
        #login-page #validate-form .form-group .input-group .form-field-input input {
          border: none;
          height: 100%;
          width: 100%;
          padding-left: 10px;
          padding-right: 10px;
          color: #616161; }
          #login-page #validate-form .form-group .input-group .form-field-input input:-webkit-autofill, #login-page #validate-form .form-group .input-group .form-field-input input:-webkit-autofill:hover, #login-page #validate-form .form-group .input-group .form-field-input input:-webkit-autofill:focus {
            -webkit-text-fill-color: #616161;
            -webkit-box-shadow: 0 0 0 1000px #fff inset;
            transition: background-color 5000s ease-in-out; }
      #login-page #validate-form .form-group .input-group .form-field-show-pass {
        width: 45px;
        height: 45px;
        padding: 10px;
        cursor: pointer; }
        #login-page #validate-form .form-group .input-group .form-field-show-pass img {
          opacity: 0.5; }
        #login-page #validate-form .form-group .input-group .form-field-show-pass:hover img {
          opacity: 1; }
      #login-page #validate-form .form-group .input-group .form-field-icon,
      #login-page #validate-form .form-group .input-group .form-field-show-pass {
        display: flex;
        justify-content: center;
        align-items: center; }
      #login-page #validate-form .form-group .input-group img {
        width: 100%; }
    #login-page #validate-form .form-group .input-group-submit {
      width: 100%;
      height: 55px;
      padding: 0;
      border: none; }
      #login-page #validate-form .form-group .input-group-submit .form-field-button {
        width: 100%;
        height: 100%; }
        #login-page #validate-form .form-group .input-group-submit .form-field-button input {
          width: 100%;
          height: 100%; }
          #login-page #validate-form .form-group .input-group-submit .form-field-button input.disabled {
            color: rgba(0, 0, 0, 0.8);
            background-color: rgba(87, 131, 230, 0.4) !important;
            border: none; }
    #login-page #validate-form .form-group .form-group-left {
      width: 50%; }
    #login-page #validate-form .form-group .form-group-right {
      width: 50%; }
    #login-page #validate-form .form-group:nth-child(2) .input-group .form-field-input {
      width: calc(100% - 45px - 45px); }
    #login-page #validate-form .form-group:nth-child(4) .input-group {
      border: none; }
      #login-page #validate-form .form-group:nth-child(4) .input-group label {
        display: flex;
        align-items: center; }
        #login-page #validate-form .form-group:nth-child(4) .input-group label input {
          margin: 0;
          margin-right: 5px;
          font-size: 1.5rem; }
#login-page #new-member-notice {
  position: absolute;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  right: 0;
  width: 350px; }
  #login-page #new-member-notice .notice-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px; }
    #login-page #new-member-notice .notice-head h3 {
      margin: 0;
      font-size: 1.7rem; }
    #login-page #new-member-notice .notice-head .notice-close {
      font-size: 1.8rem;
      cursor: pointer; }
  #login-page #new-member-notice .notice-body {
    padding: 30px;
    padding-top: 0; }
    #login-page #new-member-notice .notice-body h5 {
      margin: 0;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2rem; }
      #login-page #new-member-notice .notice-body h5:first-child {
        margin-bottom: 10px; }

  .invalid-login {
      color: rgba(0, 0, 0, 0.8);
      background-color: orange !important;
      width: 100%;
      height: 100%
      margin-top: 3% !important;
      margin-bottom: 3% !important;
      text-align: center; }

/*# sourceMappingURL=delta-login.css.map */
