﻿:root {    
    --primary-color: #266431; 
    --primary-color-hover: #387c2b; 
}

.external-authentication .submit a {
    height: 44px;
    width: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    background: #169bd5;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px !important;
    letter-spacing: .56px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    line-height: 1;
    text-decoration: none !important;
}

.login-block-container {
    padding: 30px;
}

.splash.login-page .dots-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    height: calc(100vh);
}

    .splash.login-page .dots-div .login-block {
        width: 420px;
        border-top: 30px solid #7ac143;
        max-width: 100%;
    }


.html-login-page-pl .master-column-wrapper {
    min-height: 100%;
}

.splash.login-page .login-block h3 {
    margin: 0 0 10px;
}

.html-login-page-pl .splash #blackbg {
    height: 100% !important;
}

.html-login-page-pl .footer .footer-middle,
.html-login-page-pl .footer .footer-top {
    display: none;
}


.splash.login-page .dots-div {
    height: calc(100vh - 113px);
}

    .splash.login-page .dots-div .login-block {
        width: 100%;
    }

    .splash.login-page .dots-div .login-block {
        width: 100%;
        padding: 10px;
    }

.login-block-container {
    margin: 0 !important;
    padding: 10px;
}

.external-authentication .submit a {
    height: auto;
}