body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
#login_section{
    justify-content: left;
    padding: 0 9vw;
    background-image: url(https://final.eocpos.com/login/assets/images/login_logo.png);
    background-position: right top;
    background-size: 65%;
    background-repeat: no-repeat;
}
#login_logo{
    position: absolute;
    top: 6.1vh;
    left: 2.6vw;
}

.logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.form-container {
    padding: 0 40px;
    margin: 250px 0;
    /*padding: 2.6vw;*/
    /*max-width: 550px;*/
    min-width: 36vw;
}

.form-title, .auth-form-title{
    /*font-size: 2.6rem;*/
    font-weight: 700;
    color: #1a2b3c;
    font-size: 36px;
    margin-bottom: 12px;

}

.form-subtitle, .auth-form-subtitle{
    color: #6c757d;
    /*font-size: 1.2em;*/
    font-size: 16px;
    margin-bottom: 24px;
}

.margin-top-bottom, .auth-input-group{
    margin: 24px 0;
}

.form-label, .auth-form-label{
    font-weight: 500;
    /*font-size: 1.5em;*/
    font-size: 20px;
    margin-bottom: 5px;
}

.form-control, .auth-form-control{
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    padding: 12px 1.3vw;
    /*margin-bottom: 24px;*/
}

.btn-get-started, .auth-button {
    width: 100%;
    border-radius: 30px;
    background-color: #8BC34A;
    border: none;
    color: white;
    font-weight: 500;
    /*font-size: 1.5em;*/
    font-size: 20px;
    margin-bottom: 32px;
    height: 63px;
}

/*label {*/
/*    font-size: 1.6em;*/
/*    font-weight: 500;*/
/*}*/

.btn-google {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.form-text-link, .form-check-label, .auth-help-text{
    /*font-size: 20px;*/
    color: #595A5A;
    font-size: 20px;
}

.google-icon {
    margin-right: 10px;
    width: 20px;
}

.btn-get-started:hover {
    background-color: #8BC34A;
    color: white;
}


/*.rest-pass{*/
/*    !*font-size: 20px;*!*/
/*    font-size: 1.32vw;*/
/*}*/

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/*.form-check-label {*/
/*    font-size: 14px;*/
/*}*/

.pass-key{
    /*right: 35px;*/
    inset-inline-end: 35px;
    top: 53px;
    cursor: pointer;
    color: #1a2b3c;
}

@media (max-width: 767.98px) {
    span[role="alert"]{
        font-size: 14px;
    }
    .form-control {
        margin-bottom: 0;
        padding: 12px 4.5vw;
    }
}
.terms-link {
    color: #1a2b3c;
    font-weight: 600;
    text-decoration: none;
}

.sign-in-link {
    text-align: center;
    display: block;
    color: #1a2b3c;
    text-decoration: none;
    font-weight: 500;
}

.image-container {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.next-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1a2b3c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.logo-container img{
    width: 21.4vh;
}
@media (max-width: 767.98px) {
    .form-container {
        padding: 2rem;
        order: 2;
    }
    .image-container {
        height: 300px;
        order: 1;
    }
    #login_logo {
        position: absolute;
        top: 6.1vh;
        text-align: center;
        left: -0.5vw;
        margin-top: -31px;
    }
    #login_section {
        background-image: unset;
    }
}


@media (max-width: 991px) {
    .image-container {
        min-height: 300px;
        order: -1;
    }

    .form-container {
        padding: 30px 20px;
        margin: 40px auto;
    }

    .form-title {
        font-size: 2rem;
        margin-top: 40px;
    }
    .image-container
    {
        position: relative;
    }
    .image-container img{
        position: absolute;
        right: 0px;
    }
    #login_section {
        background-image: unset;
    }

}