.container-fluid.ms-login-header {
    background-color: #fff;
}

.container-fluid.ms-login-header span.ms-login-003 {
    margin-top: 10px;
    display: block;
}

.ms-login-content-header {
    text-align: center;
    color: #fff;
}

.ms-login-content-header h1.ms-login-001 {
    font-size: 3.79em;
    font-weight: bold;
    display: block;
    text-align: center;
}

.ms-login-content-header .ms-login-002 {
    font-size: 1.4656em;
    font-weight: 300;
}

.ms-login-section-001{
    padding: 4.69em 0;
}

.ms-login-section-001 .ms-login-form {
    margin-top: 3.689em;
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.ms-login-form form .form-group {
    text-align: center;
}
.ms-login-form form .form-group label{
    width: 30%;
    display: inline-block;
}
.ms-login-form form .form-group>input,
.ms-login-form form .form-group>.input-group{
    width: 69%;
    display: inline-block;
    text-align: left;
}

.ms-login-form form .form-group label.required {
    color: #fff;
    font-size: 1.4em;
    margin-top: 6px;
    text-transform: uppercase;
    /*min-width: 170px;*/
    text-align: left;
}

.ms-login-section-001 .ms-login-form form .form-group input {
    font-size: 1.2em;
}

.ms-login-form form .form-group .input-group-btn {
    display: none;
}

.ms-login-section-001 .ms-login-form form .form-group small.form-text.text-muted {
    color: #fff !important;
    display: none;
}

.ms-login-form .needs-validation button#submit-login {
    /*margin-left: 30%;*/
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    text-shadow: none;
    min-width: 60%;
    margin-top: 16px;
    font-weight: bold;
    font-size: 1.1em;
    padding: 11px;
}

label.label-fake {
    margin: 0;
    padding: 0;
    height: 0;
}

.ms-login-form .invalid-feedback.js-invalid-feedback-browser {
    text-align: right;
    color: white;
    float: right;
    margin: 0 0 12px 0;
}

.ms-login-contact{
    text-align: right;
}

.link-privacy{
    text-align: center;
    padding: 20px 0;
}
.link-privacy a.white{
    color: white;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
}
.link-privacy a.white:hover{
    color: bisque;
}

@media only screen and (max-width: 768px) {
    .ms-login-display-desktop {
        display: none !important;
    }

    .ms-login-display-mobile {
        display: block !important;
    }

    .container-fluid.ms-login-header .ms-login-header-001 .ms-login-003 {
        margin-top: 0;
    }

    .ms-login-content-header h1.ms-login-001 {
        font-size: calc(2em + 2vw);
    }

    .ms-login-content-header .ms-login-002 {
        font-size: calc(0.9em + 1vw);
    }
    .ms-login-contact, .ms-login-content-logo{
        text-align: center;
    }

    .ms-login-form form .form-group label{
        width: 100%;
        display: inline-block;
    }
    .ms-login-form form .form-group>input,
    .ms-login-form form .form-group>.input-group{
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .ms-login-header .ms-login-header-001 .pt-4 {
        padding-top: 1rem !important;
    }

    .container-fluid.ms-login-header .ms-login-header-001 .ms-login-003 {
        margin-top: 0;
    }

    .ms-login-section-001 .ms-login-form form .form-group {
        display: block;
    }

    .ms-login-section-001 .ms-login-form form .form-group label.required {
        min-width: 170px;
        width: 100%;
    }

    label.label-fake {
        display: none;
    }

    .ms-login-form .needs-validation button#submit-login {
        margin-left: 0;
        min-width: 250px;
        width: 100%;
    }

    .ms-login-form .needs-validation button#submit-login {
        font-size: calc(1em + 1vw);
        min-width: auto !important;
        max-width: 100%;
    }

}

