.active-session-button{
    padding-left: 75px;
    display: flex;
    align-items: center;
}
.contact-image {
    text-align: center;
}

.lockscreen-wrapper {
    width: auto;
}

.contact-image i {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 80px;
    }

    #terms-modal-content {
        max-height: 80% !important;
    }

    #accept-check {
        width: 40px !important;
    }
}

.login-box p.desc {
    font-size: 14px;
}


#termsModal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #00000070;
}

#terms-modal-content {
    max-width: 800px;
    height: auto;
    max-height: 700px;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(70, 110, 255, 0.3);
}

#terms-body {
    margin-top: 5px;
}

#terms-check-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
}

#policy-check-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#accept-check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#accept-policy-check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#terms-text-area {
    display: none;
    overflow: auto;
    padding: 30px;
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    box-shadow: -8px 0 0 #77b259;
}


#policy-text-area {
    display: none;
    overflow: auto;
    padding: 30px;
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    box-shadow: -8px 0 0 #77b259;
}


#html-content {
    display: none;
}

#html-content-policy {
    display: none;
}

#accept-terms-button {
    margin-bottom: 10px;
    margin-top: 10px;
}

.row.form-button .button-submit {
    background-color: #0496FF; /* Primary color */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, transform 0.1s ease; /* Smooth transitions */
}

.row.form-button .button-submit:hover {
    background-color: #006BA6; /* A slightly darker shade for hover */
}

.row.form-button .button-submit:active {
    background-color: #006BA6; /* Even darker shade for active state */
    transform: scale(0.95); /* Slightly shrink for a pressed effect */
}

.row.form-button .button-submit:focus {
    background-color: #006BA6; /* Use the same color as hover for consistency */
    outline: none; /* Remove the outline */
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); /* Subtle shadow to indicate focus */
}

.wizard-js-step {
    display: none;
}

.wizard-js-step-active {
    display: block;
}

.btn-primary {
    border-color: #0496FF !important;
    background-color: #0496FF !important;
    color: #FFFFFF !important;
}

.btn-secondary {
    border-color: #0496FF !important;
    background-color: #FFFFFF !important;
    color: #0496FF !important;
}