html,
body.login-page {
    height: 100%;
}

body.login-page {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, Helvetica, "sans-serif";
    background: #ffffff;
}

body.login-page #body-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    box-sizing: border-box;
}

body.login-page #login-container {
    width: 100%;
    max-width: 430px;
    margin: 0;
}

body.login-page #login-container #login.modern-login-card {
    width: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
    border: 1px solid #c9ced6;
    border-radius: 0;
    box-shadow: none;
    padding: 22px;
}

body.login-page #login-container #login .login-title {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.login-page #login-container #login h1 {
    height: auto;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #0c5ea8;
    font-size: 22px;
    font-weight: 500;
    background: url("../Images/Sam360Logo.svg") 0 50% no-repeat;
    background-size: 24px 24px;
    padding-left: 32px;
    min-height: 24px;
    display: flex;
    align-items: center;
}


body.login-page #login fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

body.login-page #login fieldset section {
    display: block;
    padding: 0;
    overflow: visible;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
}

body.login-page #login input.i-text {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #aac1df;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    margin: 0 0 12px;
}

body.login-page #login input.i-text:focus {
    border-color: #0c5ea8;
    outline: none;
    box-shadow: none;
}

body.login-page #login-container > #login #ForgotPasswordLink {
    float: none;
    display: block;
    text-align: right;
    margin: 0 0 12px;
    color: #0c5ea8;
    font-size: 12px;
}

body.login-page #ButtonLogin,
body.login-page #ButtonMicrosoftLogin {
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    margin: 0;
    border-radius: 0;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
}

body.login-page #ButtonLogin {
    border: 1px solid #0c5ea8;
    background: #0c5ea8;
    color: #ffffff;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.login-page #ButtonLogin:hover {
    background: #094a87;
    border-color: #094a87;
}

body.login-page #login .divider {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}


body.login-page #login .divider span {
    position: relative;
    background: #F5F5F5;
    color: #55667f;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
}

body.login-page #ButtonMicrosoftLogin {
    border: 1px solid #a9bfdc;
    background-color: #ffffff;
    background-image: url("../Images/MicrosoftMark.svg");
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 18px 18px;
    color: #1f1f1f;
    padding-left: 42px;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.login-page #ButtonMicrosoftLogin:hover {
    background-color: #e7f3f9;
    /*border-color: #0c5ea8;*/
}

body.login-page .alert-msg.error-msg {
    border-radius: 0;
    margin-bottom: 12px;
}
