body {
    font-size: 100%;
}

.form-control {
    font-size: 100%;
}

@media (min-width: 768px) {
    .block {
        background: url('../template/global_assets/images/cover.jpg');
        width: 400px;
        height: auto;
        background-size: cover;
        background-position: left;
    }
    
    .block::before {
        background-color: rgba(0, 10, 25, 0.5);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }
}