@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    background: url(/assets/images/AdobeStock_56436838_1400x933.jpg) no-repeat center center fixed;
    background-size: cover;
}

.login-section {
    width: 30% !important;
    margin: 0 auto;
}

.main-section {
    margin: 0 auto;
    margin-top: 150px;
    padding: 0;
}

.modal-content {
    background-color: #434e5a;
    opacity: 0.9;
    padding: 0 18px;
    border-radius: 10px;
}

.user-img img {
    width: 70%;
}

.user-img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.center-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input {
    height: 42px;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    letter-spacing: 2px;
    /*padding-left: 54px;*/
    padding-left: 30px;
    width: 300px;
    /*position: relative;*/
}

/*.form-group::before {*/
/*    font-family: 'Font Awesome\ 7 Free';*/
/*    content: '\f007';*/
/*    position: absolute;*/
/*    font-size: 22px;*/
/*    left: 28px;*/
/*    padding-top: 5px;*/
/*    padding-left: 5px;*/
/*    color: #555e60;*/
/*}*/

/*.form-group:last-of-type::before {*/
/*    content: "\f023";*/
/*}*/



.form-input button {
    width: 40%;
    margin: 5px 0 30px;
}


.btn-success {
    background-color: #1c6288;
    font-size: 19px;
    border-radius: 5px;
    padding: 7px 14px;
    border: 1px solid #daf1ff;
}

.btn-success:hover {
    background-color: #13445e;
    border: 1px solid #daf1ff;
}

.svg-inline--fa {
    font-size: 20px;
    margin-right: 7px;
}

@media (max-width: 1330px) {
    .login-section {
        width: 500px !important;
        margin: 0 auto;
    }
}

@media (max-width: 996px) {
    .login-section {
        width: 500px !important;
        margin: 0 auto;
    }
}



@media (max-width: 575px) {
    .login-section {
        width: 70% !important;
        margin: 0 auto;
    }
}



