*:not(br):not(tr):not(html) {
    font-family: 'Montserrat', sans-serif;
    /*-webkit-box-sizing: antialiased !important;*/
    box-sizing: border-box !important;
  }
  body {
    margin: 0;
  }
.welcome {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3rem;
    color: rgb(2, 126, 235);
 }

.center {
    display: flex;
    justify-content: center;
    align-items: center;
 }

.main-sso {
    background-image: url('../img/background.png');
    height: 100vh;
 }

.form-sso {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
 }

.ant-input {
    box-sizing: border-box;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
    margin: 10px;

}

::placeholder {
  color: rgb(200, 200, 200);
}

.btn-submit {
    border-color: transparent !important;
    color: #fff !important;
    background-color: #0189e3 !important;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 20px;
 }

 .ant-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 6px;
}

 .font-bold {
     font-weight: 700;
 }
 .px-12 {
     padding-left: 3rem;
     padding-right: 3rem;
 }

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.italic {
    font-style: italic;
}

.cursor-pointer {
    cursor: pointer;
}

.ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    font-size: 14px;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}

@keyframes slideIn {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
}

#jquery-notifications {
    animation: slideIn 0.5s forwards;
  /* Other styles for the notification */
    position: fixed;
    /* top: 20px; */
    right: 20px;
    /* background-color: #f1f1f1; */
    /* border-radius: 5px; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
    height: 80px;
  }

#jquery-notifications p {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
    border-bottom: 2px solid;
    font-weight: 100;
    /* style property for the close text */
  }

#jquery-notifications p a {
    position: absolute;
    right: 10px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid black;
    padding-right: 5px;
    padding-left: 5px;
  }

#jquery-notifications .notice {
    background: #e6f4ff;
    color: black;
    width: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    border: 1px solid #91caff;
    .alert-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
  }

#jquery-notifications .success {
    background: #f6ffed;
    color: black;
    border-color: #b7eb8f;
    width: 300px;

    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    .alert-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
  }

#jquery-notifications .warning {
    background: #fffbe6;
    color: black;
    border-color: #ffe58f;
    width: 300px;

    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    .alert-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
  }

#jquery-notifications .error {
    background: #fff2f0;
    color: black;
    border-color: #ffccc7;
    width: 300px;

    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    .alert-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
}

.forgot-password {
  font-style: italic;
  font-weight: lighter;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.eye {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.input-box {
  position: relative;
  width: 100%;

  .ant-input {
    margin-left: 0;
  }
}

#password[type="password"] {
  padding-right: 30px;
}

#password[type="text"] {
  padding-right: 10px;
}
