﻿.forgot-password {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 15px 0;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .forgot-password:hover {
        color: #0056b3;
        text-decoration: none;
    }

@media (min-width: 992px) {
    .bg-gradient-login .container .card{
        height: 500px !important;
    }
    .row {
        height: 100% !important;
    }
}
@media (max-width: 768px) {
    .forgot-password {
        font-size: 12px;
        text-decoration: none;
    }
}
form.user .form-control-user {
    margin-bottom: 15px !important;
}

.otp-timer {
    position: absolute;
    right: 15px;
    margin-top: -10px;
    font-size: 0.75rem;
    color: #e74c3c;
    opacity: 0.8;
}
#resendOtpBtn:hover {
    color: #e74c3c !important;
}
.otp-input-container {
    position: relative;
}

.otp-input {
    padding-right: 80px !important;
}

.bg-gradient-login {
    background: url('/New folder/background.jpg');
    background-size: cover;
    background-position: center;
}

form .form-password {
    position: relative;
}

.bg-login-image {
    background: url('/New folder/login-cover.png');
    background-size: cover;
    background-position: center;
}

form .form-password i {
    position: absolute;
    top: 26%;
    left: 86%;
    padding: .3rem;
}

html, body {
    height: 100%;
    margin: 0;
}

.container {
    height: 100%;
}

.card {
    width: 100%;
    max-width: 950px;
}

form .form-password {
    position: relative;
}

    form .form-password i {
        position: absolute;
        top: 26%;
        left: 86%;
        padding: .3rem;
    }