   h1,h2,h3,h4,h5,h6,p,a,input,button {
    font-family: "Montserrat", sans-serif !important;
}


#otp-num::-webkit-inner-spin-button,
#otp-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; /* Optional: if you want to remove the margin */
}
input#otp-num {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.email.form-group.row {
    display: flex;
    align-items: center;
}
.email .col-sm-3 {
    width: 24% !important;
    margin-right: 1% !important;
}


.invalid-feedback {
    margin-top: 10px;
    color: red;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}
.login-form h3 {
    margin-top: 5px !important;
}
section.login {
    height: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.row.login-row {
    display: flex;
    align-items: center;
}
.form-col {
    padding: 45px 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}
.reset-btn {
    margin-bottom: 15px;
}
.reset-btn a {
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 16px;
}
.reset-btn a:hover {
    color: #2E3192;
}
a.link-one {
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 16px;
}
a.link-one:hover {
    color: #2E3192;
}
.otp-btn a {
    background: #29EEFA;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    width: fit-content;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: auto;
    text-decoration: none !important;
}
.otp-btn a:hover {
    background: #2E3192;
    color: #fff;
}
.col-sm-6.image-form-col {
    width: 65%;
}
.col-sm-6.form-login-col {
    width: 35%;
}
.form-img {
    margin-bottom: 15px;
}
.login-form-halo {
    margin-bottom: 15px;
}
.or-online {
    margin: 25px 0px;
    position: relative;
}
.or-online p:after {
    content: '';
    background: #0000004f;
    width: 42%;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 9px;
    border-radius: 50%;
}
.or-online p:before {
    content: '';
    background: #0000004f;
    width: 42%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}
.email {
    margin-bottom: 20px;
}
.email i.fa.fa-envelope {
    width: 10%;
    font-size: 16px;
    float: left;
    position: relative;
    top: 11px;
}
.email input.email-input {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000057;
    color: #000;
    font-weight: 500;
    height: auto !important;
    line-height: 0px !important;
    box-shadow: none !important;
}
.password {
    margin-bottom: 20px;
}
.password i.fa.fa-lock {
    width: 10%;
    font-size: 16px;
    float: left;
    position: relative;
    top: 11px;
}
.password input.pass-input {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000057;
    color: #000;
    font-weight: 500;
    height: auto !important;
    line-height: 0px !important;
    box-shadow: none !important;
}
.submit-btn button {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #04DAFF;
    font-weight: 500;
    background: #04DAFF;
    color: #fff;
}
.submit-btn button:hover {
    background: #2D3090;
    transition: .5s;
    border: 1px solid #2D3090;
}
.halo-img img {
    width: 65%;
}
.google-web a {
    width: 100%;
    display: flex;
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    border: 1px solid #00000070;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.google-web i {
    margin-right: 10px;
    font-size: 16px;
}
.form-img img {
    width: 40%;
}



@media(min-width: 240px) and (max-width: 479px) {

section.login {
    padding: 40px 15px !important;
}
.login .container {
    width: 100% !important;
}
.halo-img {
    display: none;
}
.col-sm-6.form-login-col {
    width: 100% !important;
    max-width: 100% !important;
}
.row.login-row {
    display: block !important;
}
}


@media(min-width: 480px) and (max-width: 767px) {

section.login {
    padding: 40px 15px !important;
}
.login .container {
    width: 100% !important;
}
.halo-img {
    display: none;
}
.col-sm-6.form-login-col {
    width: 100% !important;
    max-width: 100% !important;
}
.row.login-row {
    display: block !important;
}
}


@media(min-width: 768px) and (max-width: 999px) {

.halo-img {
    text-align: center;
    margin-bottom: 30px;
}
.halo-img img {
    width: 40% !important;
}
.row.login-row {
    display: block !important;
}
.col-sm-6.image-form-col {
    width: 100% !important;
}
.col-sm-6.form-login-col {
    width: 100% !important;
}
}



@media (min-width: 1000px) and (max-width: 1100px) {

.col-sm-6.image-form-col {
    width: 50% !important;
}
.col-sm-6.form-login-col {
    width: 50% !important;
}
}