.container-fluid,
.row { min-height: 100vh }
.styled_wt5lx7 { height: 100% }
.styled_o88whg { height: 100% }
.styled_eseyhb { max-width: 400px; width: 100%; text-align: center; margin-top: 20vh }
.styled_gk5ukd { font-size: 16px; margin-bottom: 3px }
#txtUserName { width: 300px }
#RequiredFieldValidator1 { font-size: Small; color: #FF3300 }
.styled_4cny7c { font-size: 16px; margin-bottom: 3px }
#txtPWD { width: 300px }
#rfvPWD { font-size: Small; color: #FF3300 }
.styled_m1bher { font-size: 16px; padding-top: 5px; color: red }
.styled_nufcf4 { text-decoration: none }
.styled_gju2ed { background-color: #111; color: white; min-height: 100vh }
.styled_bhei6y { max-width: 400px }
.styled_2szx9w { width: 130px; margin-bottom: 50px }
.styled_rg5ci7 { color: white }
.styled_0qaleh { color: white }
#toastMessage.toast {
    position: fixed;
    bottom: -50px; /* Start hidden */
    left: 10px;
    display: block;
    opacity: 0;
    transition: bottom 0.4s ease-in-out, opacity 0.4s;
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.toast-header {
    text-align: center;
    padding: 10px;
    margin: 10px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
}

.toast-body {
    padding: 10px;
    font-size: 13px;
}

.captcha-row {
    gap: 0.5rem; /* spacing between label and input */
}

.captcha-label {
    min-width: 100px;
}

.captcha-input {
    max-width: 60px;
}