﻿.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background: url('../img/login/fundomao.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center;
}
.bg-image-sobreposta {
    background-image: url(../img/login/frenteprocesso.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.color-label {
    color: #273142;
}

.font-defaut {
    font-size: 15px;
    font-family: Montserrat;
    color: #273142
}

.btn-submit {
    background-color: #273142;
    border-color: #273142;
    color: white;
}

.btn-submit:hover {  
    background-color: #273142c2; 
    border-color: #273142c2;   
    color: white;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #273142;
    background-color: #273142;
}
