@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');


*{
	font-family: 'Montserrat', sans-serif;
}


.login-container{
    margin-top: 5%;
    margin-bottom: 3%;
    color: #fff;
}

.login-form-1{
    padding: 9%;
    background:#282726;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    margin-bottom:12%;
    color:#fff;
}


.auth-footer-left{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.auth-footer-right{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .auth-footer-left{
        text-align: left;
    }
    
    .auth-footer-right{
        text-align: right;
    }
}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}


@media (min-width: 1400px) {

}





