.container-login {
    padding: 40px 60px 200px 60px;
    min-height: auto;
    margin: 0px;
    text-align: center;
}

#login-section {
    max-width: 768px;
    margin: 0px auto;
}

.login-img {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    display: block;
}

.login-box {
    width: 100%;
    border-bottom: 2px solid #aeb0b3;
    padding-bottom: 35px;
}

.forget-password-btn {
    padding: .5em 0px 1em;
}

.forget-password-btn a {
    color: #818386;
    font-family: 'SukhumvitSet-Bold', sans-serif;
    transition: .3s;
    border-bottom: 2px solid #818386;
    padding-bottom: 2px;
    border-bottom-width: 1.7px;
}

.forget-password-btn:hover a {
    color: #072d5a;
    border-bottom: 2px solid #072d5a;
    padding-bottom: 2px;
    border-bottom-width: 1.7px;
}

.btn-login {
    margin: 0px auto;
    display: block;
    padding: 1.2em 3em;
    border-radius: 5em;
    font-family: 'SukhumvitSet-SemiBold', sans-serif;
    letter-spacing: 0.26px;
    background-image: linear-gradient(320deg, #0061ae, #00569b, #00467f, #004075, #043566, #072d5a, #092b57);
    color: white;
    transition: .3s;
}

.btn-login:hover {
  color: white;
    transform: translate(-1.5px, -1.5px);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .35);
}

/* overide bootstrap class */
input.form-control {
    border: 2px solid #aeb0b3;
    border-right: none;
    padding: 1.5em;
    font-family: 'SukhumvitSet-SemiBold', sans-serif;
}

input.form-control:focus {
    border: 2px solid #aeb0b3;
    border-right: none;
}

.input-group-text {
    background: none !important;
    border: 2px solid #aeb0b3;
    border-left: none;
    padding-right: 1.5em;
}

/* .end overide bootstrap class */
.input-icon {
    max-width: 20px;
    max-height: 20px;
}

.register-section-btn {
    margin-top: 35px;
}

.register-section-btn p {
    color: #082b57;
    text-align: left;
    margin-left: 5px;
    font-family: 'SukhumvitSet-Bold', sans-serif;
}

.btn-register-login {
  width: 100% !important;
  padding: 3em auto !important;
  display: block;
  font-family: 'SukhumvitSet-Bold', sans-serif;
  background-color: white;
  border-radius: .5em;
  border: 1.5px solid #707070;
  margin-top: -7px;
  transition: .3s;
}

.btn-register-login:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
