html, body {
    background-image: linear-gradient(to right, #2C3E50, #778B9D);
}

.mch-login-container {
    width: 600px;

    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 767px) {
    .mch-login-container {
        width: calc(100% - 32px);
        padding: 16px;
        margin-top: 80px;
    }
}

@media (min-width: 768px) {
    .mch-login-container {
        /* center vertically */
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 577px) {
    .mch-login-container .mch-title {
        /* adria logo on the right */
        background-image: url("../img/logo-adria.svg");
        background-size: auto 62%;
        background-repeat: no-repeat;
        background-position: right;

    }
}

@media (max-width: 576px) {
    .mch-login-container .bottom-alt-left,
    .mch-login-container .bottom-alt-right {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
}

@media (min-width: 577px) {
    .mch-login-container .bottom-alt-left {
        margin-left: 16px;
    }
    .mch-login-container .bottom-alt-right {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


/* Activation */

.mch-activate-container {
    width: 600px;

    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 767px) {
    .mch-activate-container {
        width: calc(100% - 32px);
        padding: 16px;
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .mch-activate-container {
        /* center vertically */
        position: absolute;
        top: 10%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/*===========================
 * INPUTS
 *=========================*/

input[type=text],
input[type=password] {
    width: 100%;
    margin-top: 50px;
}

.mch-login-container .mch-input-txt {
    color: #C6A277;
}

/*===========================
 * LAYOUT
 *=========================*/

@media (max-width: 576px) {
    .mch-login-container .mch-login-btn-row {
        margin-top: 50px;
    }
}
