/* Custom styles */
.login-form {
    margin: auto;
    width: 50%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner-images {
    text-align: center;
    margin-top: 20px;
}

.logo {
    text-align: center;
    margin-top: 20px;
}

.login-title {
    /*  font-size: 24px; */
    text-align: center;
}

.or-divider {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.or-divider::before,
.or-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ccc;
}

.or-divider::before {
    right: 0;
    margin-right: 10px;
}

.or-divider::after {
    left: 0;
    margin-left: 10px;
}

#loginSignInNew {
    text-align: center;
    width: 100% !important;
}

#verificationHelp {
    border:1px solid #6c757d !important;
}

#red-list li {
    color: red !important;
    list-style-type: disc !important;
    font-size: 14px !important;
}

#red-list {
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    display: none;
}

.rectangle-button {
    display: inline-block;
    padding: 11px 62px 11px 62px;
    border: 1px solid #fbfbfb;
    background-color: #f3f2f2;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
}
  
.rectangle-button img {
    vertical-align: middle;
}

.rectangle-button:hover {
    background-color: #e9e9e9;
    color: #fff;
}