body {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    font-family: soleil, sans-serif;
}

* {
    font-family: soleil, sans-serif !important;
}

.outer {
    display: flex;
    width: 100%;
    height: 100vh;
    font-family: soleil, sans-serif;
    overflow: hidden;
}

.left-side {
    width: 75%;
    background-color: #071e41;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 7vw;
    box-sizing: border-box;
    justify-content: end;
}

.form-title {
    text-align: left;
    width: 100%;
}

.left-side h2 {
    font-size: 5vw;
    height: 7vw;
    font-weight: 200;
    line-height: 5vw;
}

.left-side p {
    font-size: 1.05vw;
}

.container {
    max-width: 100% !important;
    width: 100%;
}
section {
    margin: 20px 0;
}
.right-side {
    width: 25%;
    background-color: #f1f1f3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
    padding: 5%;
    height: 100%;
    overflow-y: auto;
    scrollbar-color: #071e41 #f1f1f3 !important;
}
.form-title {
    color: #071e41;
    font-size: 35px;
    margin-top: 10%;
    text-align: left;
}

.logo {
    align-self: flex-end;
    width: 10vw;
}

form {
    width: 22vw;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
}
.form {
    width: 22vw;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
}

form label {
    width: 96%;
    text-align: left;
}

.form-control {
    display: block;
    width: 92%;
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    background-color: #f1f1f3;
    border: none;
    border-radius: 7px;
}

    form input:focus {
        outline: none;
    }

form h2 {
    font-size: 25px;
    color: #071e41;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0;
    text-align: left;
}
.back-form {
    background-color: #00000000;
}

.back-btn {
    display: block;
    font-size: 15px;
    background-color: #071e41;
    color: white;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    height: 40px;
    cursor: pointer;
    margin: 20px;
    font-weight: 600;
    line-height: 36px;
    width: 200px;
}

.back-btn span {
    font-size: 22px;
    line-height: 8px;
}

form button {
    width: 150px;
    padding: 10px;
    font-size: 15px;
    background-color: #071e41;
    color: white;
    border: none;
    border-radius: 50px;
    height: 40px;
    cursor: pointer;
    margin: 20px;
    font-weight: 600;
}
.checkbox {
    margin-top: 8px;
}

form button:hover {
    background-color: #0a2a5e;
}

form a {
    color: #0c1e41;
}
    form hr {
        margin: 20px 0px;
        width: 20vw;
        padding: 0px 10px;
    }

.error {
    background-color: #6B0505;
    color: white;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-weight: bold;
    width: 92%;
}

.text-danger {
    background-color: #6B0505;
    color: white;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-weight: bold;
    width: 92%;
}

.bottom-text {
    text-align: center;
}

.bottom-text a {
    text-decoration: underline;
}

.employee-login {
    width: 22vw;
    height: min-content;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
}

.employee-login hr {
    margin: 20px;
}

.employee-login h2 {
    color: #071e41;
    margin: 20px;
    text-align: left;
    width: 85%;
    font-size: 25px;
}

    .employee-login a {
        display: block;
        font-size: 15px;
        background-color: #071e41;
        color: white;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius: 50px;
        height: 40px;
        cursor: pointer;
        margin: 20px;
        font-weight: 600;
        line-height: 36px; /* Adjust if needed to center text vertically */
    }

.link-button {
    display: block;
    margin: 10px 0;
    color: #071e41;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.mobile-logo {
    display: none;
}

.link-button:hover {
    text-decoration: underline;
}

#registerForm {
    margin-bottom: 100px;
}

/* Media Query for Phone Sizes */
@media (max-width: 768px) {

    .logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        position: absolute;
        width: 150px;
        left: 8%;
    }

    .left-side {
        display: none; 
    }

    .form-title {
        text-align: center;
        margin-top: 120px;
    }

    .right-side {
        width: 100%;
        padding: 20px;
        align-items: center;
        justify-content: flex-start;
    }

    .employee-login {
        width: 90%;
        margin-bottom: 100px;
    }

    form {
        width: 90%;
    }

    form input[type="email"], input[type="password"], input[type="text"] {
        width: 70vw;
    }

    form button {
        width: 100%;
    }

    #registerForm {
        margin-bottom: 100px;
    }
    .text-danger {
        max-width: 70vw;
    }

    form hr {
        width: 69vw;
    }
}

