html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto';
    background-color: white !important;
    background-image: none;
}

#main {
    padding-top: 0px; 
    height: 100%; 
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 15%;
    padding-left: 15%;
}

.container-fluid {
    height: 100%;
    margin: 0;
    padding: 0;
}

.left-col {
    background-color: white;
    padding: 0;
    margin: auto;
    height: 40%;
}

#logo-cbk {
    padding-top: 5px
}

#logo-cbk img {
    max-height: 120px;
}

#footer {
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    right: 20px;
}

#usernameOrEmail {
    font-size: 13px;
    background: #F5F6FA;
    height: 40px;
    border: none;
    border-radius: 8px !important;
    width: 93%;
}

.alert {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.atualizar-senha-alerta {
    width: 93%;
}

.smart-form .label {
    font-size: 14px;
    color: #4D4D4D;
}

.smart-form footer {
    background: none;
    border: none;
    padding: 7px 0px 15px;
}

.smart-form {
    color: black
}

.text-danger {
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-size: 24px; 
    font-family: QuickSand; 
    font-weight: 600;
}

.smart-form fieldset+fieldset {
    border: none
}

.smart-form fieldset {
    padding: 15px 0px 0px;
}

form {
    color: #4D4D4D !important;
    font-family: 'Roboto';
}

@media only screen and (max-width: 750px) {
    #main {
        padding-right: 0%;
        padding-left: 0%;
    }
}