html,
body {
  height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #efefef;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.remember-link{
    text-decoration:none;
    font-size: 14px;
    color:#4d4d4d;
}
    .remember-link:hover {
        color: #000;
    }

.btn-warning {
    background-color: #e4c874;
    border-color: #e4c874;
}
.notify-content{
    text-align:left;
}
.login-tab {
    display: block;
    width: 100%;
    color: #454545;
    font-weight: 600;
    border-bottom: 2px solid #454545;
    text-decoration: none;
    padding: 6px;
}
    .login-tab:nth-child(2) {
        border-left: 2px solid #454545;
    }
.login-tab:nth-child(1) {
    border-right: 2px solid #454545;
}
    .login-tab.active,
    .login-tab:hover {
        border-color: #2aaab5;
        color: #2aaab5;
    }

.form-title {
    text-decoration: none;
    text-transform:uppercase;
    color: #4d4d4d;
}