body{
    background-color: #FCFBFB;
}


.mt-2{
    position: relative;
    
}
.visu_senha{
    position:absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

form{
    border-top: solid 5px #0d4e9c; 
    border-radius:5px; 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
    width: 19rem;
    height: 14rem;
    background-color: #FFFFFF;

}

.input_login{
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    width: 15rem;
    height: 2rem;
    outline: none;
}


