.gt-wp-login-container, .change-pass-container {
    max-width: 460px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 40px;
}
.gt-wp-login-container .title, .change-pass-container .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
.gt-wp-login-container label, .change-pass-container label {
    position: relative;
    top: 12px;
    left: 15px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    color: #aaa;
}
.gt-wp-login-container input, .change-pass-container input {
    box-shadow: none !important;
    min-height: 50px;
    border-radius: 10px;
}

#submit-login-btn, #submit-forgot-btn, #change-pass-btn {
    width: 100%;
    background-color: #03E4BA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 45px;
    padding: 10px 0;
    border: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: unset !important;
    margin-top: 32px;
}

#gt-wp-login .forgot-pass-txt {
    padding-top: 13px;
    text-align: right;
    font-size: 14px;
}
#gt-wp-login .forgot-pass-txt>a {
    text-decoration: none;
}

.forgot-password-form {
    display: none;
}
.forgot-password-form .header{
    display: flex;
    flex-wrap: wrap;
}
.forgot-password-form #go-back-btn {
    background: transparent;
    border: 0;
}
.forgot-password-form #go-back-btn>i {
    font-size: 25px;
}

.user-details {
    padding: 20px;
    text-align: right;
}