input {
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 18px;
    height: 50px;
    width: 33rem;
    border: 1px solid #4f250c;
}

@media (min-width: 1024px) {
    input {
        width: 42rem;
    }
}

label {
    font-size: 25px;
    font-weight: 400;
    display: block;
}
.login-image {
    height: 100%;
    background-size: cover;
    background-image: url(../images/login-image-isa.png);
    background-repeat: no-repeat;
    background-position: center;
}
.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
