input {
    padding: 16px !important;
}
.form-group-feedback-left .form-control {
    padding-left: 2.75rem !important;
}
.mt-16 {
    
    margin-top: 16px !important;
}
button {
    padding: 16px !important;
    font-size: 16px !important
}
@media only screen and (min-width:1180px) and (max-width:1280px) {}

@media only screen and (min-width:960px) and (max-width:1179px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner {
        height: 30vh !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .quote {
        justify-content: center !important;
        align-items: center !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .login-form {
        margin-top: 36px !important;
        padding-left: 54px !important;
        padding-right: 54px !important
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .banner {
        display: none !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .banner {
        margin-top: 8px !important;
        height: 30vh !important;
        background-size: contain !important;
        display: none !important
    }

    .login-form {
        margin-top: 12px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
        margin-top: 8px !important;
        height: 30vh !important;
        background-size: contain !important;
        display: none !important
    }

    .login-form {
        margin-top: 12px !important;
    }
}

.userlogin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner {
/* background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0)), url(https://source.unsplash.com/collection/8941489/1268x950) no-repeat center; */
    background-size: cover !important;
    height: 100vh;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.quote {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 500px;
    color: white;
    margin-right: 24px;
    margin-bottom: 24px;
}

.q_text {
    font-family: 'Roboto Slab', serif;
/*    font-family: 'Slabo 27px', serif;*/
    text-align: justify;
}

/* for login form size */

@media (min-width: 576px) {
    .login-form {
        width: 100% !important;
    }
}

.quote{
    display: none !important;
}