.gt-login-container label {
    position: relative;
    color: #191919;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}
.gt-login-container input {
    display: flex;
    height: 44px;
    padding: 10px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #FFF;
}

#submitBtn-loginForm, #submitBtn-forgotPasswordForm {
    width: 100%;
    border-radius: 8px;
    background-color: #0A6F6F;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: unset !important;
    margin-bottom: 2px;
}
#loginForm .invalid-feedback{
    float:left;
}
#loginForm .form-group{
    position: relative;
    margin-top: 15px;
}
#loginForm .forgot-pass-txt {
    text-align: center;
    font-size: 14px;
    padding: 13px 0 20px 0;
}
#loginForm .forgot-pass-txt>a {
    text-decoration: none;
}

#gt-login-form {
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-top: 12px;
    border-top: 1px solid #D8D8D8;
    padding-top: 24px;
}

#gt-login-form .forgot-pass-txt>a {
    color: #0A6F6F;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.263px;
}
#loginForm #password.form-control {
    background-image: none !important;
}
.login-form .header  {
    margin-bottom:40px;
}

.login-form .title > a:after {
    border-bottom: 1px solid #D8D8D8;
    content: "";
    width: 198px;
    height: 3px;
    display: block;
    position: relative;
    top: 13px;
}

.login-form .title > a.active:after {
    border-bottom: 3px solid #176f70!important;
}

.login-form .title > a.active {
    font-weight: 600;
    color: #176f70;

}
.login-form .title > a {
    color:#606060;
    font-weight: 500;
    font-size: 18px;
}

.forgot-password-form {
    display: none;
}
.forgot-password-form .header, .login-form .header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.forgot-password-form .title, .login-form .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #191919;
    font-family: 'Raleway',sans-serif;
    min-width: 198px;
}
.forgot-password-form .title, .login-form .title > a {
    text-decoration: none;
}

.forgot-password-form #go-back-btn {
    background: transparent;
    border: 0;
}
.forgot-password-form #go-back-btn>i {
    font-size: 25px;
}
.forgot-password-form .row {
    padding-top: 10px;
}

.login-form-col {
    border-radius: 20px;
}
.login-form-col p a {
    text-decoration: none;
}
.gt-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gt-login-container .login-form, .forgot-password-form {
    border-radius: 8px;
    border: 1px solid #EFF1F5;
    background: #FFF;
    width: 460px;
    padding: 32px;
    gap: 24px;
}

.gt-login-container .login-form {
    min-width:460px;
}



.gt-login-container .col{
    position: relative;
}

.gt-login-container #show_hide_password {
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 23%;
    font-weight: 300;
    width: 16px;
    height: 16px;
}
/*OTP*/
.otp-form h2{
    font-size: 24px;
    font-weight: 700;
}
.otp-form p{
    margin-bottom: 15px;
    font-weight: 400;
}
.otp-form p.small{
    font-size: 12px;
    margin-bottom: 5px;
}
.otp-form .otp-codes{
    gap:15px;
    justify-content: center;
}
.otp-form .otp-codes input{
    width: 38px;
    background: none;
    padding: 10px;
}
.otp-form .otp-codes input:disabled{
    background-color: rgb(206 212 218 / 60%);
}
.otp-form input::-webkit-outer-spin-button,
.otp-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-form .countdown{
    color: #5f6069;
    font-size: 14px;
}
/* Firefox */
.otp-form  input[type=number] {
    -moz-appearance: textfield;
}

#social-google {
    min-height: 52px;
}

.register-with-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.register-with-social p {
	color:#5f6069!important;
    width: max-content;
    min-width: max-content;
}
.register-with-social span {
    background-color: rgb(216 216 216);
    width: stretch;
    height: 1px;
    display: block;
}
@media screen and (max-width: 576px){

    .forgot-password-form .title, .login-form .title {
        min-width: 100px;
    }
    .login-form .title > a:after {
        width:auto;
    }
    .gt-login-container .login-form {
        width: 100%;
        min-width: unset;
    }
    .login-form .title {
        margin:0;
    }

    .register-page .investing-left-col{
        display:block;
    }
    .register-page .investing-left-col h1{
        padding: 0 !important;
        font-size:24px !important;
        line-height: 28px !important;
    }
    .register-page{
        padding-top: 24px !important;
    }
    .login-form-col{
        padding: 16px 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .login-form-outer-col {
        flex-direction: column;
    }
    .login-form-col{
        max-width: 430px !important;
        margin: 0 auto !important;
        width: 100% !important;
        flex-basis: unset !important;
    }
    .register-page .investing-left-col h1{
        font-size: 40px !important;
        line-height: 45px !important;
        padding-bottom: 0 !important;
    }
}