﻿/*
boby {
    background-color: lightblue;
}*/


div {
   
    padding-bottom: 10px;

}

div {
    padding-bottom: 10px;
}


/*.shadow-border {
    border: 1px solid #ced4da;*/ /* border color and width */
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/ /* shadow color and size */
/*}*/


#bodylogin {
    background-image: url('../Images/LoginBackgroundImg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  
}

.card {
    width: 25rem;
    border-radius: 15px;
}

.otp-input-group {
    max-width: 300px;
    margin: 0 auto;
}

.otp-input {
    width: 100%;
}

.otp-help {
    font-size: 0.95rem;
}

.otp-button-row {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.field-validation-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}