.title-forgot-password {
    color: grey;
    font-size: 30px;
    text-align: center;
    font-weight:600;
    margin-bottom: 20px;
}

.portal-title {
    margin-top: 30px;
    text-align: center;
    color: #f37021;
    font-weight: bold;
    margin-bottom: 20px;
}

.portal-button {
    background-color: #f37021;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}
.portal-button:hover {
    background-color: #d65b1c;
}

.portal-forgot-password {
    color: grey;
    font-size: 14px;
    opacity: 0.8; 
}

.portal-img-size {
    width: 100%;           
    max-height: 45vh;      
    object-fit: cover;  
    display: block;       
}

.popup-ok-btn {
    background-color: #f37021;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}
.popup-ok-btn:hover {
    background-color: #d65b1c;
}

#errorModal .modal-dialog {
width: 95%;          
max-width: 400px;    
margin: 1.5rem auto; 
}

.response-modal-message {
    white-space: pre-line;
}
