body {
    height: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

.app-login-background {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    background-image: url("../img/ferma-hq.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.app-login-background::before {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
    /*background-color: rgba(0, 78, 80, 0.8);*/
    background-color: rgba(4, 34, 69, 0.8);
    /*width: 100%;
    height: 100%;*/
    /* change rgba() to whatever color + alpha you like */
    pointer-events: none; /* let clicks pass through */
}

.app-login-background > * {
    position: relative;
    z-index: 2;
}

.app-agency-name {
    font-size: 35px;
}

.app-title {
    font-size: 40px;
}

.app-title-sm {
    font-size: 24px;
}

.app-login-form {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 20px 40px;
}

.app-login-form-message {
    height: 30px;
    margin-bottom: 4px;
    font-size: 14px;
}

.app-login-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 15px 0;
    margin-top: 15px;
    color: #ffffff;
    font-size: 13px;
}
