﻿body {
    font-size: 20px; /* Change this value to the desired font size */
    margin: 0;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.navbar {
    height: 60px; 
}

.navbar-nav {
    margin-left: auto; 
}

    .navbar-nav .nav-link {
        margin-right: 65px; /* Add some spacing between navigation items */
        color: darkgreen; /* Specify the desired color */
        font-family: Calibri; /* Specify the desired font family */
        font-size: 20px; /* Specify the desired font size */
        font-weight: bold;
    }
.welcome-to-digital-container {
    font-size: 68px;
    font-weight: 800;
    font-family: Calibri; /* Specify the desired font family */
    display: inline-block;
    width: 685px;
    color: limegreen;
    margin-top: 5px;
}

.welcome-to {
    color: black;
    font-family: Calibri; /* Specify the desired font family */
}

.welcome-to-digital {
    margin-block-start: 0;
    margin-block-end: 5px;
}

.welcomeText {
    font-size: large;
    line-height: 192%;
    font-family: Calibri;
    color: #676565;
    margin-bottom: 20px;
}

.form_container {
    margin-top: 20px;
}
.welcome-to-digital {
    font-size: 40px;
    font-weight: 600;
    text-align:center;
}
.google-icon {
    width: 32px;
    height: 32px;
}

.log-in-with {
    font-weight: 400;
}

.google-parent {
    margin-top:10px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 1px 8px #c0392b;
    border: 1px solid rgba(70, 163, 77, 0.18);
    box-sizing: border-box;
    width: 461px;
    height: 56px;
    display: flex;
    flex-direction: row;
    padding: 12px 12.5px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.or {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:80px;
    font-weight: 500;
    color: #9fa8b2;
    display: flex;
    justify-content: center;
}
.input-wrapper {
    position: relative;
    display: flex; /* Added */
    align-items: center;
 }

.remember-me {
    display: flex; /* Added */
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}
.remember-me label {
        margin-left: 5px; /* Adjust the margin as needed */
          color: grey !important;
    font-family: Calibri;
    font-size: 20px;
 }

.rectangle-parent {
    width: 24.11px;
    height: 24px;
    flex-direction: row;
}

.forgot-password {
    text-decoration: underline;
    letter-spacing: -0.01em;
    color: #2211e6;
    margin-right: 145px;
}
.log-in-wrapper {
    border-radius: 12px;
    background-color: #D32F2F;
    box-shadow: 0 0.5px 4px inset;
    width: 180px;
    height: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}

.btn-block {
    border-radius: 12px;
    background-color: grey;
    box-shadow: 0 0.5px 4px inset;
    width: 180px;
    height: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
}
.error-container {
    position: absolute;
    top: 145px; /* adjust the top position to fit the layout */
    left: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 5px; /* center the container horizontally */
    overflow: hidden;
    text-align: center;
}

.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    height: 40px;
    line-height: 40px;
}

.vertical-align-label {
    color: grey !important;
    font-family: Calibri;
    font-size: 20px;
    margin-right: 55px;
    margin-top: 15px;
}

.input-group {
    width: 100%;
}
.input_user {
    height: 40px;
    line-height: 40px;
    width: 100% ;
}
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}
.signup-link {
    color: #F5F5F5;
}
.custom-input-group {
    max-width: none;
}

.custom-input {
    width: 100%;
}
.input_pass {
    margin-bottom: 10px;
    padding-right: 45px;
}

.show_password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.password-container {
    display: flex;
    align-items: center;
}

    .password-container input {
        flex: 1;
        margin-right: 10px; /* Adjust as needed */
    }

#dnt_CaptchaImg{
    width: 120px;
    height: 50px;
}
.footer {
    background: #2E2E2E; /* Dark gray */
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgba(255, 0, 0, 0.5);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
