.forgotpassword {
    justify-content: inherit;
}

.detail {
    width: 60%;
    color: #626262;
    margin-right: auto;
    margin-left: 20px;
}

.forgot_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.forgot_desc {
    font-size: 12px;
    margin-bottom: 40px;
}

.forgot_input {
    border: none;
    border-top: 2px solid #626262;
    height: 30px;
    width: 50%;
    font-size: 14px;
    outline: none;
    background: none;
}
.forgot_input::placeholder {
    color: #BDBDBD;
}

.confirm_password {
    border-bottom: 2px solid #626262;
}

.forgot_input:focus {
    box-shadow: none !important;
}

.send_btn {
    width: 85px;
    height: 30px;
    border: 1px solid #626262;
    background: transparent;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0;
}
.send_btn:hover {
    border: 1px solid #626262 !important;
    background: transparent !important;

}

.login_link {
    color: #626262;
    font-size: 12px;
}
