@media (max-width: 767px) {
    .illustration img {
        max-width: 120px;
        margin-bottom: 40px;
        content: url(../img/logo_INNUP.png);
    }
}

@media (min-width: 768px) {
    .illustration img {
        max-width: 170px;
        margin-bottom: 40px;
        content: url(../img/logo_INNUP.png);
    }
}

.login-background {
    background: #00568f56 url(../img/Innovation.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
}

.login-dark {
    height: 1100px;
    backdrop-filter: blur(2px);
    position: relative;
}

.login-dark form {
    height: 900px;
    max-width: 400px;
    width: 90%;
    background-color: #00558f;
    padding: 40px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    color: #fff;
    box-shadow: 6px 6px 8px #0000009d;
}

.login-dark form label {
    padding-left: 4%;
}

.login-dark h2 {
    text-align: center;
}

.login-dark .illustration {
    text-align: center;
    padding: 15px 0 20px;
    font-size: 100px;
}

.login-dark .illustration img {
    background-color: #fff;
}

.login-dark form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #434a52;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.login-dark form input::placeholder {
    color:#92d2c5;
}

.login-dark form .btn-primary {
    background: #4cbed8;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: none;
}

.login-dark form .btn-primary:hover,
.login-dark form .btn-primary:active {
    background: #92d2c5;
    color: #000;
    outline: none;
}

.login-dark form .forgot {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'OverPass-bold';
    font-size: 12px;
    color: #c2c2c2;
    opacity: 0.9;
    text-decoration: none;
}

.login-dark form .forgot:hover,
.login-dark form .forgot:active {
    opacity: 1;
    color: #f38020;
    text-decoration: none;
}

.login-dark form .btn-primary:active {
    transform: translateY(1px);
}

#btn-registration {
    margin-top: 40px;
    background: #f9c34f;
    color: #35424b;
    border: none;
}

#registration-msg {
    margin-top: 40px;
}

.modal-body form .btn-primary {
    background: #f38020;
    font-family: 'OverPass-bold';
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: none;
}

.modal-body p {
    font-family: 'OverPass-bold';
}
