﻿body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.form-new-signin {
    width: 100%;
    max-width: 400px;
    margin-top: -15px;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.form-signin {
}
.form-signin-outer {
    background-color: rgb(255 255 255);
    border-radius: 4px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
    border: 1px solid #DDDDDD;
}


.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: -15px -15px 20px;
    padding: 10px 15px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.alert {
     margin: 0 auto 12px;
     max-width: 330px;
}

.form-signin .form-control {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

#footer
{
    bottom: 4px;
    float: left;
    font-size: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}


.validation-summary-errors
{
    font-weight: bold;
    color: #DC000C;
}
.btn-login {
    border-radius: 20px;
    background-color: #FFCD05;
    font-weight: bold;
    box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    color: #000000;
}

label{
    font-size:10px;
}
.login-footer {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
    margin-right: 40px;
    margin-bottom: 10px;
}
.login-footer p{
    margin: 0;
    font-size: 14px;
    color: #004346;
    font-family: Helvetica;
    text-align: left;
}
a {
    color: #666666;
    text-decoration: none;
}

.input-validation-error {
    border: 2px solid red;
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5); /* Adds a red shadow */
    background-color: #ffe6e6; /* Light red background (optional) */
}

.text-danger {
    color: red;
    font-size: 0.9em; /* Adjusts the size of the error message */
}

.row{
    margin-right:0px;
}



h1,h2, h4, p {
    font-family: 'Poppins', sans-serif;
}

.main-container {
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 1800px;
    margin: 0 auto;
    box-sizing: border-box;
}



.login-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-right: 40px;
}

.standards-section {
    width: 1000px;
    height: 500px;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
}


.login-text {
    font-size: 26px;
    font-weight: 700 !important;
    margin-bottom: 20px;
    color: #004346;
    margin-top: 0px;
}
.input-group {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

    .input-group label {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-bottom: 5px;
        font-family: 'Poppins', sans-serif;
    }

    .input-group input {
        width: 100%;
        height: 40px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }

.login-bottom {
    background: #faf8f9;
    padding: 35px;
    margin: 30px -35px -35px -35px;
    text-align: center;
   
}


.continue-btn {
    width: 100%;
    height: 45px;
    background-color: #ffcd05;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #004346;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3sease;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
    font-family: 'Poppins', sans-serif;
}

    .continue-btn:hover, .continue-btn:focus {
        background-color: #e6b800;
        box-shadow: 0 4px 10px rgba(255, 205, 5, 0.5);
        transform: scale(1.05);
        outline: none;
    }
.help-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    font-family: Helvetica;
}

    .help-text p {
        font-size: 16px;
        height: 13px;
        font-weight: bold;
        color: #004346;
    }

.line {
    flex-grow: 1;
    height: 1px;
    background: #004346;
}

.login-color {
    width: 100% !important;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #004346;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #004346;
    cursor: pointer !important;
    transition: all 0.3sease !important;
    outline: none;
}

    .login-color:hover, .login-color:focus {
        background-color: #004346;
        color: #ffffff;
        border-color: #004346;
        box-shadow: 0 4px 10px rgba(0, 67, 70, 0.4);
        transform: scale(1.05) !important;
        outline:none;
    }


.kbs-text {
    color: #003399;
    font-size: 11.4px;
    font-family: Helvetica;
    text-align: left;
    margin-right: 42px;
    font-weight: normal;
}
.head-text {
    font-size: 26px;
    color: #004346;
    text-align: center;
    font-weight: 600;
    margin: 0px;
}

.subtext {
    text-align: center;
    font-size: 22px;
    color: #004346;
    margin-bottom: 20px;
}


.content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: stretch;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    gap: 12px;
}

.separator {
    width: 2px;
    background-color: #C9C5BF;
}


.item {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .item img {
        width: 49px;
        height: 49px;
        margin-right: 15px;
        filter: brightness(0) saturate(100%) invert(20%) sepia(50%) saturate(2000%) hue-rotate(160deg);
    }

    .item p {
        font-size: 14px;
        color: #004346;
        word-spacing: -0.7px;
        line-height: 20px;
        margin: 0px;
    }
