.body-bg {
    background-image: url('../../img/fundodegra.png');
}

#login {
    height: 75vh;
}

#login h2 {
    font-size: min(40px, 6vw);
}

#login span,
#login a {
    font-size: 25px;
    color: #9B9B9B;
}

#login strong {
    color: #fff;
}

#login input {
    padding: 10px !important;
}

#login input[type="submit"] {
    background-color: #212644;
    color: #fff;
    transition: .2s;
}

#login input[type="submit"]:hover {
    background-color: #2f36648a;
    color: #ccc;
}

.h-footer {
    /* height: 15vh !important; */
}

/* Create */

.form-creat {
    width: 100%;
}

.form-creat .form-select {
    padding: 12px;
}

.form-creat input {
    padding: 10px !important;
    width: 100%;
}

.form-creat button[type="submit"] {
    background-color: #212644;
    color: #fff;
    transition: .2s;
    border: 0px;
    width: 100%;
}

.form-creat button[type="submit"]:hover {
    background-color: #2f36648a;
    color: #ccc;
}

.form-creat .politica_privacidade{
    display: flex;
    align-items: center;
    justify-content: center;
}

#login .politica_privacidade .form-check-label{
    margin-top: 3px;
}


@media (max-width: 991px) {
    .form-creat {
        overflow-y: auto;
        overflow-x: hidden;
        height: 55vh;
    }
}
