
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Be Vietnam Pro", serif !important;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: #E8ECD7 !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px;
}   




h1{
    font-family: "Bebas Neue", serif;
    font-style: normal;
    text-align: left;
}

.display-1{
    font-size: 6rem;
    font-weight: 700;
    line-height: 5.2;
    margin-left: 4%;    
}

.be-vietnam-pro-thin-italic {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 100;
    font-style: italic;
  }

p{
    text-align: center;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




.container {
    width: 80%;
    display: flex;
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
    overflow: auto;
    padding: 0px;
    margin: 10px;
}

@keyframes Show {
    0%, 49.999% {
        opacity: 0;
        z-index: 1;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes Hidden {
    0%, 49.999% {
        opacity: 1;
        z-index: 5;
    }
    100% {
        opacity: 0;
        z-index: 1;
    }
}

.container .box {
    position: relative;
    display: flex;
    height: 100%;
    width: 50%;
    transition: all 0.8s;
    transform: translateX(0);
    background-color: #fff;
    z-index: 1;
    overflow: auto;
}

.container .form{
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: auto;
}


.container.active .box {
    transform: translateX(100%);
}

.container .box .form {
    position: absolute;
    height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;


}

.container .box .form.sign_in {
    transition: all 1.15s;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
}

.container .box .form.log_in {
    opacity: 1;
    transition: all 1.15s;
    z-index: 5;
}

.container.active .box .form.log_in {
    z-index: 1;
    opacity: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container.active .box .form.sign_in {
    z-index: 5;
    opacity: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container .overlay { 
    /* the transition effects */
    display: flex;
    height: 100%;
    width: 50%;
    transition: all 0.8s;
    transform: translateX(0);
    background-color: #1F4529;
    z-index: 1;
    overflow: auto;
    z-index: 5;
    opacity: 1;
}

.container.active .overlay {
    transform: translateX(-100%);
}

.container .overlay .page {
    height: 100%;
    min-width: 100%;
    transition: all 0.5s;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container.active .overlay .page.page_signIn {
    opacity: 0;
    margin-left: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container.active .overlay .page.page_signUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
}

.bkg {
    background-color: #1F4529;
    color: #ffffff;
    cursor: pointer;
    }

.swipe {
   background-color: transparent;
   border: none;
   text-decoration: underline;
}

.banner {
    font-size: 6rem !important;
    text-align: center;
        
}

.card {
    display: flex;
    transition: all 0.8s;
    transform: translateX(0);
    background-color: #1F4529 !important;
    z-index: 5;
    overflow: auto;
    opacity: 1;
    color: #fff !important;
    padding: 15px;
    margin: 20px 20px !important;
    width: 50vw;
    height: 80% !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 50px;

    padding: 0px;
    align-items: center;
    align-content: center;
}

.logo{
    width: 15rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reset{
    border-radius: 8px;
    background-color: #C0D171;
    color: #fff;
    font-size: 18px;
    width: 50%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.reset:hover {
    color: black; 
}

#email1{
    width: 45% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#password1, #password2{
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card .h1 {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
}

    /* 1/28/25: updated */

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.password-section .fa-eye {
    position: absolute;
    top: 76%;
    right: 22px; /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
 }
 .password-section .fa-eye-slash {
    position: absolute;
    top: 50%;
    right: 15px; /* Adjust this value to control the icon's position */
    transform: translateY(-50%);
    cursor: pointer;
 }

 .password-section {
    position: relative;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group .form-control {
    flex: 1;
}

.input-group-text {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.input-group-text .fa {
    font-size: 1.2em;
}

.btn-noBG {
    background: none; /* Removes the background */
    border: none; /* Removes the border */
    outline: none; /* Removes the outline */
    color: inherit; /* Inherits the text color */
    cursor: pointer; /* Changes the cursor to a pointer */
    padding: 0; /* Removes padding */
    font-size: inherit; /* Ensures the font size matches surrounding text */
    text-decoration: underline;
    color: blue; /* Optional: Adds underline to make it look like a link */
}

.btn-noBG:hover {
    text-decoration: none; /* Removes underline on hover (optional) */
    color: #007bff; /* Optional: Changes text color on hover */
}

.label{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px; /* Thin scrollbar */
    height: 6px; /* Thin scrollbar for horizontal scrolling */
}

::-webkit-scrollbar-track {
   /* background: #E8ECD7;  Light background */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  /*  background: #FF8666;  Soft green thumb */
    border-radius: 10px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #1F4529; /* Darker green when hovered */
}

.modal-body {
    text-align: justify;
    align-items: center;
}

.modal-header {
    color:  whitesmoke;
}

.modal-dialog {
    max-width: 40%; /* Adjust as needed */
}

.modal-content {
   max-height: 70vh; /* Adjust height */
   overflow-y: auto; /* Enables scrolling if content is too long */
}

.btn-close {
    transition: background-color 0.3s ease;
    opacity: 1;
    cursor: pointer;
}

.btn-close:hover {
    background-color:#C0D171
}

.btn { 
    color: #ffffff !important;
    background-color: #1F4529 !important; 
    cursor: pointer;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color:#C0D171
}

#accept-terms, #accept-privacy {
    background-color: green !important; 
    transition: background-color 0.3s ease;
}

#deny-terms, #deny-privacy {
    background-color: red !important;
    transition: background-color 0.3s ease;
}
.modal-body {
    text-align: justify;
    align-items: center;
    border-radius: 30px;
}
.modal-header {
    color:  whitesmoke;
}

.modal-dialog {
     max-width: 40%; /* Adjust as needed */
}

.modal-content {
    max-height: 50vh; /* Adjust height */
    overflow-y: auto; /* Enables scrolling if content is too long */
}