﻿.text-box {
    width: 200px;
}
.user-email {
    color:#414141;    
}
.failureNotification {
    color: red;
    font-weight: bold;
}

.change-password {
    color: #ff6600;
    font-weight: normal;
    font-size: larger;
}

.login, #MainContent_Login1 {
    border-collapse: separate !important; /* Override default inline style */
}

.login-table {
    border-collapse: separate !important;
}

.validation-summary {
    display: none !important;
}

/* Define styles for validation controls */
.validation-error {
    color: red;
    font-weight: bold;
}
.blurred {
    filter: blur(3px);
    -webkit-filter: blur(3px); /* For Safari and older browsers */
    pointer-events: none;  /* Prevent interactions with the blurred elements */
    opacity: 0.6;          /* Optional: reduce opacity to give a disabled look */
}
