.btnHome {
    padding-top: 20px;
    padding-bottom: 20px;
}
input:read-only,
textarea:read-only {
    cursor: not-allowed;
    background-color: #eee;
}
.form-check{
    margin-bottom: 0px;
}
div#blackout{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background-color:#000;
}