@import "form.css";

form {
    padding-bottom: 0;
}

#p-email {
    font-weight: bold;
    color: #172b4d;
}

#the-logo {
    height: 60px;
    background: url("../../tpl/img/download-empresas-horizontal.svg") no-repeat center;
    background-size: contain;
}

.dark #the-logo {
    height: 60px;
    background-image: url("../../tpl/img/download-empresas-horizontal.svg");
    background-size: contain;
}

.campos > .campo > .controle {
    display: block;
}