html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}
p {
    font-family: Nunito;
} 
a{
    font-family: Nunito !important;
} 
h1,h2,h3,h4,h5,h6{
    font-family: "Canela trial";
}
.header {
    background-color: #e0f7fa;
}
  
.nav-link {
    font-size: 16px;
    margin: 0 10px;
    transition: color 0.3s;
    color: #111 !important;
    font-weight: 400;
}
  
.nav-link:hover {
    color: #007bff;
}
  
.btn-maroon {
    background-color: #800000;
    border-radius: 10px;
}
  
.btn-maroon:hover {
    background-color: #990000;
}
.student-button{
    font-size: 15px !important;
}
#image-container{
    max-width: 100% !important;
    padding: 0px !important;
}
#image-container img{
    width:100%;
    height:auto;
}
@media (max-width: 991.98px) {
    .header {
      padding: 10px;
    }
  
    .logo img {
      height: 40px;
    }
    .image-content{
        width: 100%;
        margin: 0px;
    }
    #image-container img{
        width: 100%;
        padding: 0px;
        margin: 0px !important;
    }
  
    .btn-maroon {
      font-size: 14px;
      padding: 6px 12px;
      display: none;
    }
    .navbar-toggler i{
        font-size: 18px !important;
    }
    .navbar-toggler{
        border: 1px solid #111;
        padding: 5px;
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with transparency */
}

.login-form {
    position: relative;
    z-index: 2;
    max-width:  600px;
    margin: auto;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.8); /* White box with slight transparency */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    line-height: 20px;
}

.login-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.login-form .form-control {
    border-radius: 5px;
}

.login-form .btn {
    width: 100%;
    border-radius: 5px;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    color: #007bff;
    font-size: 14px;
}
.form-label{
    font-size: 16px;
    margin-bottom: 10px;
}
.form-control{
    height: 50px;
    font-size: 16px;
    margin-bottom: 30px !important;
}
.login-button{
    font-size: 14px;
}
.create-in-login{
    font-size: 16px;
}
@media(max-width: 767px){
    .login-form {
        line-height: 10px;
        width: 100%;
    } 
    .form-control{
        margin-bottom: 15px;
        height: 40px;
    }
    .form-footer{
        line-height: 20px;
    }
}
.unique-register-container {
    max-width: 100%;
    margin: 50px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    line-height: 10px;
}
.unique-register-heading {
    color: #202124;
    font-size: 24px;
    font-weight: bold;
}
.unique-input-label {
    font-size: 14px;
    color: #5f6368;
}
.unique-register-link {
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
.unique-register-link:hover {
    text-decoration: underline;
}
.unique-google-button {
    background: #4285f4;
    color: #ffffff;
    border: none;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unique-google-button-googlelogo{
    border: none;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unique-google-button-googlelogo img {
    height: 20px;
    margin-right: 10px;
}
.form-select{
    height: 50px;
}
option{
    font-size: 16px !important;
}