@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../images/login_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
    font-family: 'Poppins', sans-serif;
    background-attachment: fixed;
}

#forget {
    color: var(--Blue, #1765FD) !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-text {
    color: var(--Dark-Text, #292D32);
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.stem-logo {
    /* margin-left: 152px; */
    /* margin-bottom: 26px; */
    /* width: 30px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.login-btn {
    border-radius: 10px;
    background: var(--Blue, #1765FD);
    color: var(--White, #FFF) !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 15px !important;
}

.email-form {
    border-radius: 10px !important;
    background: var(--TextBox_bg, #F1F5FF) !important;
    padding: 15px !important;
    border: transparent !important;
    color: var(--Placeholder, #67748E) !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 60px !important;
}

.s-icon {
    position: absolute;
    z-index: 999;
    padding-left: 10px;
    margin-top: 12px;
    padding-right: 10px;
    margin-left: 10px;
}


/*------------ Login container ------------*/
.box-area {
    width: 500px;
    flex-shrink: 0;
    margin: 100px 0px;
}

/*------------ Right box ------------*/
.right-box {
    padding: 40px 30px 40px 40px;
}

/*------------ Custom Placeholder ------------*/
::placeholder {
    font-size: 16px;
}

.rounded-4 {
    border-radius: 20px;
}

.rounded-5 {
    border-radius: 30px;
}

/*------------ For small screens------------*/
@media only screen and (max-width: 768px) {
    .box-area {
        width: 400px;
        margin: 48px 10px;
    }

    /* .left-box{
        height: 100px;
        overflow: hidden;
     } */
    .right-box {
        padding: 20px;
    }

}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .box-area {
        width: 95%;
        margin: 48px auto;
    }

    .email-form {
        font-size: 14px !important;
        width: 100% !important;
    }

    .stem-logo img {
        width: 150px !important;
    }

    .login-btn {
        padding: 11px !important;
        font-size: 14px !important;
    }

    .header-text {
        font-size: 14px;
        margin-top: 10px;
    }

    body {

        background-size: inherit !important;

    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .box-area {
        width: 98%;
        margin: 80px auto;
    }

    .email-form {
        font-size: 14px !important;
        width: 100% !important;
    }

    .stem-logo img {
        width: 150px !important;
    }

    .login-btn {
        padding: 11px !important;
        font-size: 14px !important;
    }

    .header-text {
        font-size: 14px;
        margin-top: 10px;
    }

    body {

        background-size: inherit !important;

    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .box-area {
        width: 400px;
        margin: 80px auto;
    }

    .email-form {
        font-size: 18px !important;
        width: 100% !important;
    }

    .stem-logo img {
        width: 150px !important;
    }

    .login-btn {
        padding: 11px !important;
        font-size: 14px !important;
    }

    .header-text {
        font-size: 14px;
        margin-top: 10px;
    }

    body {

        background-size: inherit !important;

    }
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
    .box-area {
        width: 400px;
        margin: 80px auto;
    }

    .email-form {
        font-size: 18px !important;
        width: 100%;
    }

    .stem-logo img {
        width: 150px !important;
    }

    .login-btn {
        padding: 11px !important;
        font-size: 14px !important;
    }

    .header-text {
        font-size: 14px;
        margin-top: 10px;
    }

    body {

        background-size: inherit !important;

    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .box-area {
        width: 400px;
        margin: 80px auto;
    }

    .email-form {
        font-size: 16px !important;
        width: 100%;
    }

    .stem-logo img {
        width: 150px !important;
    }

    .login-btn {
        padding: 11px !important;
        font-size: 14px !important;
    }

    .header-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .sub-heading {
        font-size: 15px;

    }

    body {

        background-size: inherit !important;

    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .box-area {
        width: 400px;
        margin: 124px auto;
    }

    .stem-logo img {
        width: 120px !important;
    }

    .header-text {
        font-size: 16px;
    }

    .email-form {
        font-size: 19px !important;
        width: 100% !important;
    }

    .s-icon {
        margin-top: 17px !important;
    }

    .login-btn {
        padding: 10px !important;
        font-size: 12px !important;
    }

    body {
        background-image: url(../images/login_bg.png);
        background-size: 100% 100%;
        background-position: 140%;

    }

}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .box-area {
        margin: 124px auto;
    }

    .stem-logo img {
        width: 150px;
    }

    .header-text {
        font-size: 18px;
        margin-top: 10px;
    }

    .email-form {
        font-size: 19px !important;
        width: 100% !important;
    }

    .s-icon {
        margin-top: 17px !important;
    }

    .login-btn {
        padding: 12px !important;
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .box-area {
        margin: 124px auto;
    }

    .stem-logo img {
        width: 150px;
    }

    .header-text {
        font-size: 18px;
        margin-top: 10px;
    }

    .email-form {
        font-size: 19px !important;
        width: 100% !important;
    }

    .s-icon {
        margin-top: 17px !important;
    }

    .login-btn {
        padding: 12px !important;
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2300px) {
    .email-form {
        width: 100% !important;
    }

}

@media screen and (min-width: 2301px) and (max-width: 2560px) {
    .email-form {
        width: 100% !important;
    }
}