body{
    font-family: 'Poppins', sans-serif;
}

h4{
    font-weight: 400;
}

.btn-primary {
    background: #234e75;
    border-color: #234e75;
}

.img-login{
    width: 75% !important;
}

.cascading-right {
    margin-right: -50px;
}

.form-group label{
    position: absolute;
    margin-top: -31px;
    margin-left: 13px;
    color: #999;
    transition: all 0.2s;
    pointer-events: none;
}

label.active{
    margin-top: -50px;
    color: #1a73e8;
    font-size: 14px;
    background: #fff;
    padding: 0 6px;
}

.copyright{
    color: #cccccc;
    font-size: 12px;
    text-align: right;
    margin-top: 1.5rem;
    margin-bottom: 0;
}




/************************/
@media (min-width: 992px) {
    /* .img-login{
        width: 50%;
    } */
}

@media (max-width: 991.98px) {
    .cascading-right {
        margin-right: 0;
    }

    .form-group label{
        display: block;
    }
}