﻿main {
    max-width: 100% !important;
    background-image: url("../img/setecidades.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.background-filter {
    background-color: rgba(4,49,83, 0.85);
    border-radius: 35px;
    color: #FFFFFF;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

h1 {
    text-align: center;
    color: #71E5F2;
    padding-top: 50px;
}

h2 {
    text-align: center;
    margin: 20px 0 40px 0;
}

.form-label {
    margin: .7rem 0 .3rem 0;
}

.btn.btn-sm {
    font-size: 0.8em;
}

.btn.bg-abc-1:hover {
    border: 1px solid #FFFFFF;
}

.btn.bg-abc-2:hover {
    border: 1px solid #D85700;
}

.password-container input {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.password-container button {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    background-color: #FFF;
}

    .password-container button:hover,
    .password-container button:focus-visible {
        background-color: #FFF;
        color: #D85700;
        cursor: pointer;
    }

form .checkbox * {
    cursor: pointer;
}

form a {
    text-decoration: none;
    color: #FFFFFF;
}

    form a:hover {
        color: #71E5F2;
    }

span.text-danger {
    width: 100%;
    margin-top: 16px;
    background-color: var(--red-75);
    color: var(--white-100) !important;
    padding: 0px 8px;
    border-radius: 8px;
}

.text-danger:empty {
    padding: 0;
}