﻿body {
    font-family: Dubai;
    background-image: url('/illustration.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #103a71;
    height: 100vh;
}

h1 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 10px;
}

.progress-bar {
    width: 0;
    transition: width 0.1s linear; /* Adjust the transition duration as needed */
}

    h1.responsive-text {
        font-size: 2rem;
        padding-bottom: 50px;
        padding-top: 50px;
    }

@media (max-width: 767px) {
    h1.responsive-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h1.responsive-text {
        font-size: 1.25rem;
    }
}

#branding {
    background-color: #4488dd;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/illustration.png');
}

#fullPage {
    height: 100vh;
}

#contentWrapper {
    display: flex;
    height: 100vh;
}

.centered-placeholder::placeholder {
    text-align: center;
    color: #c0c0c0; /* Lighter gray for placeholder text */
}

.light-label {
    font-weight: 300; /* Lighter font weight */
}

.centered-text {
    text-align: center;
    display: block;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b0b0b0; /* More gray border */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center; /* Center the text inside the input box */
}


    #content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.main-form-container {
    background: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    #content {
        box-shadow: none;
    }
}

.main-form .form-label {
    font-weight: bold;
}

.main-form .btn-group {
    text-align: center;
    display: block;
}

.logo {
    width: 100%;
    max-width: 400px;
    margin-bottom: 100px;
    padding-top: 20px; /* Added space from the top */
}

    .logo img {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        padding-top: 30px;
    }

.main-form .form-item {
    padding: 10px 0px;
    text-align: center;
}

.alert {
    text-align: center;
}

.margin-button {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.g-recaptcha-container {
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    background: #f9f9f9;
    color: #000;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: none;
    color: #696969;
}

.error-message {
    color: red;
    font-weight: bold;
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

@media (max-width: 767px) {
    h1.responsive-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h1.responsive-text {
        font-size: 1.25rem;
    }
}
