body {
    background-color: #fff1f3;
    height: 100vh;
}

.login-screen-card {
    background-color: #fff1f3;
    /* background: #fff1f3 url(./assets/images/login-image/login_v3.png); */
    background-size: 60%;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}
.login-screen-body .login-screen-card {
    width: 100%;
}

.school-slide-image img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

.login-screen-card .login-card-design-box {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.login-card-design-box h4 {
    /* margin-top: 4px; */
    margin-bottom: 26px;
    text-align: center;
    font-weight: 400;
    font-size: calc(1rem + .2vw);
    color: #87102c;
}

.login-card-design-box h4 span {
    font-weight: 700;
    display: block;
    color: #323232;
}

.login-card-design-box .card-styl {
    background-color: #fff;
    border-radius: 28px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 26px 36px 36px 36px;
    max-width: 448px;
    min-width: 400px;
}

.form-design .form-design-input input.form-control {
    border: none;
    padding: 12px 14px 14px;
    border-radius: 28px;
    background-color: #f1f1f1;
    margin-bottom: 16px;
}

.form-design .form-design-input input.btn.btn-primary {
    width: 100%;
    padding: 12px 14px;
    border-radius: 28px;
    background-color: #87102c;
    border: none;
    margin-top: 18px;
}

.banner-image {
    width: 100%;
    height: 100vh;
}

.login-screen-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.download-application-store {
    display: flex;
    align-items: center;justify-content: center;
    text-align: center;
    margin-top: 16px;
}

.download-application-store a {
    width: 128px;
}

@media screen and (max-width:1024px) {
    .login-screen-card {
        background-size: 75%;
    }

    .banner-image {
        height: auto;
    }
}

@media screen and (max-width:867px) {
    .login-screen-card {
        background-size: 90%;
    }


    .login-screen-body .school-slide-image {
        display: none;
    }

    .login-screen-body .login-screen-card {
        width: 100%;
        position: relative;
    }

    .banner-image {
        width: 100%;
        /* height: 100vh; */
        position: fixed;
        opacity: 0.4;
        bottom: 0;
    }

    .login-screen-card .login-card-design-box {
        justify-content: center;
        flex-direction: column;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .login-screen-card {
        background-size: cover;
        background-position: 0;
        background-repeat: no-repeat;
    }

    .login-card-design-box .card-styl {
        background: linear-gradient(0deg, transparent, white);
        border-radius: 28px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 36px;
        max-width: 448px;
        min-width: 310px;
        position: relative;
        z-index: 1;
    }

    .form-design-input label {
        text-shadow: 0px 0px 2px #00000073;
    }

    .col-md-6 {
        width: 100%;
    }


}

@media screen and (max-width:660px) {
    .login-card-design-box .card-styl {
        padding: 26px;
        /* margin-top: 28px; */
    }
}

.edugarv-success-msg {
    color: #ffffff;
    background: #008fd0;
    padding: 0px 8px;
    border-radius: 80px;
}

.edugarv-error-msg {
    color: #ffffff;
    background: #87102c;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
}