.wrapper {
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    background-image: url('/prevencar/fundo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#card-login {
    margin-top: 60px;
    margin-right: 40px;
    max-width: 35em;
    margin-left: 5em;

}

#btn-login-entrar {
    background-color: #de3f2c !important;
    font-size: 1.5em !important;
    margin-top: 0.5em;
}

.form-control{
    background-color: #de3f2c;
}

.box-logo{
    background-color: #153a83ad;
    box-shadow: 0px 2px 4px black;
    width: 24em;
    padding: 2em 1.5em;
}

.box-login{
    background-color: #153a83ad;
    box-shadow: 0px 2px 4px black;
    padding: 2em;
}

img, svg {
    width: 100%;
    margin-top: 5px;
}

/* O que compoe as caixas */
*, ::after, ::before {
    box-sizing: border-box;
    color: #ffffff !important;
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 10px;
    border-radius: 3px;
    border: none;
}

input::placeholder {
    color: #ffffff !important;
    font-weight: 500;
}

.input-group-text{
    background-color: #de3f2c !important;
    border-radius: 3px !important;
    border: none;
}


.btn{
    font-weight: 600;
    padding: 0px;
}

.btn-primary{
    border: none;
}

.card-body{
    padding: 0;
}

.card{
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.mb-3 {
    margin-bottom: 2em !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    color: #d9d9d9 !important;
}