body{
    background-color:initial;
    height:100vh;
}

@media screen and (min-width: 1200px) {
    .wrapper-login{
        z-index: 1;
        background-color: white;
        border-radius:5px;
        width: 1000px;
    }

    .login-fields{
        max-width: 45% !important;
        padding: 45px 80px;
    }

    .campanha{
        max-width: 55% !important;
        display: inline;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper-login{
        z-index: 1;
        background-color: white;
        border-radius:5px;
        width: 400px;
    }
    .login-fields{
        max-width: 100% !important;
        padding: 45px;
    }
    .campanha{
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .wrapper-login{
        width: 90% !important;
    }
}

#see_pass{
    cursor:pointer;
    position: absolute;
    left: 92%;
    top: 12px;
    z-index: 9999;
}

.input-group-text{
    background-color: white !important;
}

.input-group>.form-control{
    border-left: none;
}

.form-control::placeholder {
    color: #A9B0B7;
}

a {
    text-decoration: none;
}