body {
    background-image: url('/images/bgLogin.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    overflow-x: hidden;
    height: 100vh;
}

.marginLogin {
    padding-right: 250px;
}

#formLogin input {
    height: 70px;
    font-size: 1.8rem;
    line-height: 44px;
    background-color: #e9ecef !important;
    border: none;
    border-radius: 0px 10px 10px 0;
}

#formLogin .input-group-text {
    width: 50px;
    justify-content: center;
    border: none;
    background-color: #e9ecef !important;
    border-radius: 10px 0px 0px 10px;
}

#formLogin button {
    height: 70px;
    font-size: 1.8rem;
    border-radius: 10px  !important;
}


@media all and (max-width: 992px) {

    .marginLoginATS {
        padding: 15px;
    }

    body {
        background: linear-gradient(to right, rgba(255,0,0,0), #b6d9f9);
    }
    #formLogin input {
        background-color: #fff !important;
    }

    .marginLogin {
        padding-right: 5px;
    }
}
