﻿#login-container {
    border: 1px solid #ffffff; /* Set your border color */
    border-top: none !important;
    background-color: white;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px; /* Adjust the border-radius value for curved edges */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners*/
    margin-bottom: 3%;
}

#login-info {
    border: 1px solid #ffffff; /* Set your border color */
    border-top: none !important;
    background-color: white;
    margin-top: 3%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px; /* Adjust the border-radius value for curved edges */
    overflow: hidden; /* Ensure content doesn't overflow rounded corners*/
    margin-bottom: 3%;
}

.login-div {
    width: 100%;
    overflow: auto;
}

.login-partition {
    float: left;
    width: 64%;
}

.login-title {
    text-align: center;
    font-family: Roboto, Arial;
    font-size: 2.0rem;
    font-weight: 700;
    color: black;
}

.login-title-heading {
    line-height: 1.5;
    margin-bottom: 0%;
    margin-top: 2.1%;
}

.login-control {
    margin-left: 15%;
    margin-right: 15%;
   
}

.loginform-label {
    font-family: Roboto, Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #003366;
}

.margin-bottom {
    margin-bottom: 1%;
}

.login-button {
    width: 100%;
    height: 49px;
    border-radius: 999em;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 700;
}

.margin-top {
    margin-top: 2%;
}

.html-separator {
    margin-left: 9%;
    margin-right: 8%;
}

.forgot-link {
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    color: #176bd8;
    background-color: #ffffff;
    border-bottom: 1.33333px solid #176bd8;
    font-style: italic;
}

.help-text {
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    text-align: center;
}

.alert-error-submit-parent {
    margin-left: 11% !important;
    margin-right: 11% !important;
}

.div-news {
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.text-align {
    text-align: center;
}

.news-update-div {
    color: #006699;
    font-weight: 700 !important;
    background-color: #fff;
    border-right: 6px solid #0aa4f1;
    border-left: 6px solid #0aa4f1;
    margin: 0rem 50px 50px 50px;
    max-width: 100%;
    overflow: auto;
    height: 164px;
    font-family: Roboto, Arial;
    font-size: 18px;
}

.news-update-date {
    font-family: Arial, Arial;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

.home-card-text {
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #161616;
    padding: 10px 30px 0px 0px;
}

.error-container {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

.error-list {
    list-style: none; /* Remove bullets */
    padding: 0; /* Remove default padding */
}

.alert-margin {
    margin: 0 !important;
}

.alert-text {
    padding: 2px 5px 0 0 !important;
}

.alert-display {
    display: flex;
    align-items: flex-start;
}

    .alert-display p {
        margin-bottom: 0px !important;
    }

    .margin-bottom{
        margin-bottom:15px;
    }

.info-padding {
    padding: 2% 2% 2% 2%;
}

.info-color {
    font-weight: 500;
    color: red;
}

.terms-color{
    color:white;
}
