.comp-login_wrapper {
    height: calc(100vh - 85px);
    width: 100%;
}

.comp-login_description {
    height: 100%;
    width: 60%;
    float: left;
    background-image: url(https://services.kairos-solutions.ch/kolag/keeper/api/files/e9d87455-b001-11ea-9e83-02420a80ff02?action=display);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.comp-login_form {
    height: 100%;
    width: 40%;
    float: right;
}

.comp-login_title {
    margin: 120px auto 50px auto;
    text-align: center;
    display: block;
}

.comp-login_input-row {
    margin: 5px 30px 5px 30px;
}

div.failed-wrapper {
    margin: 5px 30px 5px 30px;
    padding: 10px;
    background-color: #ff9a73;
    display: none;
}

div.video-link-wrapper {
    margin: 30px 30px 5px 30px;
}

@media(max-width: 900px)
{
    div.comp-login_description {
        display: none;
    }

    div.comp-login_form {
        width: 100%;
    }
}