﻿:root {
    --CMS-LOGIN-IMAGE-URL: url('../../assets/images/cms_portal_login_image.png');
}

#login-form-wrapper {
    color: #000;
    text-align: center;
}

.login-container__banner-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

#login-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.07);
    margin: auto;
    padding: 20px;
    display: grid;
    align-content: center;
}

.login-container__banner-wrapper .logo {
    width: 50%;
    margin-bottom: 20px;
}

.capsule-badge__login {
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-container__banner-wrapper img.inner {
    width: 50%;
}

    .login-container__banner-wrapper img.inner.cms {
        content: var(--CMS-LOGIN-IMAGE-URL);
        display: inline-block;
    }

.login-container {
    height: 38vh;
    /*background-image: url(../../assets/images/login_bg.svg);
    background-size: cover;*/
    background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin: 10px 0px;
    width: 100%;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ccc;
    }

    .separator:not(:empty)::before {
        margin-right: .5em;
    }

    .separator:not(:empty)::after {
        margin-left: .5em;
    }

.capsule-badge__login.cms {
    background: var(--CMS-COLOR);
}

.capsule-badge__login.provider {
    background: var(--PROVIDER-COLOR);
}

.capsule-badge__login.family {
    background: var(--FAMILY-COLOR);
}

#login-form-wrapper > #login-box > .header {
    color: #0076BB;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

#login-form-wrapper > #login-box form {
    flex-grow: 1;
    align-content: center;
    margin: 15px 0px 0px 0px;
}


#Spn_TroubleLogging_tt_active .k-tooltip-content {
    text-align: left;
    padding: 5px;
}

#Spn_TroubleLogging_tt_active ul {
    list-style: none;
}

.pwd {
    border-radius: 4px 0px 0px 4px !important;
}

.show-pwd {
    border-radius: 0px 4px 4px 0px !important;
    cursor: pointer;
}

.login-validation-summary,
#login-box .field-validation-error {
    text-align: left;
}


/**************************************Media Queries START***********************************************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #login-form-wrapper {
        color: #000;
        text-align: center;
    }

    .login-container__banner-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .capsule-badge__login {
        font-size: 16px;
    }

    .login-container__banner-wrapper .logo {
        width: 35%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .login-container {
        height: 38vh;
        /*background-image: url(../../assets/images/login_bg.svg);
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #login-form-wrapper {
        color: #000;
        text-align: center;
    }

    .login-container__banner-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .capsule-badge__login {
        font-size: 16px;
    }

    .login-container__banner-wrapper .logo {
        width: 50%;
        margin-bottom: 20px;
    }

    .login-container {
        height: 38vh;
        /*background-image: url(../../assets/images/login_bg.svg);
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-container__banner-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .capsule-badge__login {
        font-size: 16px;
    }

    #login-box {
        width: 45%;
    }

    .login-container__banner {
        height: 38vh;
        text-align: center;
        align-content: end;
        /*background-image: url('../../assets/images/login_bg.svg');
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
    }

    .login-container__banner-wrapper .logo {
        width: 15%;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-container__banner-wrapper {
        margin: 0px;
    }

    .capsule-badge__login {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .login-container__banner {
        height: 100vh;
        text-align: center;
        align-content: end;
        /*background-image: url('../../assets/images/login_bg.svg');
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
    }

    .login-container__banner-wrapper img.inner {
        width: 60%;
    }

    .login-container__banner-wrapper .logo {
        width: 20%;
        margin-bottom: 20px;
    }

    .login-container {
        height: 100vh;
        background: none;
    }

    #login-form-wrapper {
        color: #000;
        text-align: center;
        height: 100vh;
        display: grid;
        place-content: center;
    }

    #login-box {
        width: 370px;
        min-height: 370px;
        height: fit-content;
        margin-left: -25%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 2559px) {
    .capsule-badge__login {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .login-container__banner {
        height: 100vh;
        text-align: center;
        align-content: end;
        /*background-image: url('../../assets/images/login_bg.svg');
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
    }

    .login-container__banner-wrapper img.inner {
        width: 55%;
    }

    .login-container__banner-wrapper .logo {
        width: 15%;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .login-container {
        height: 100vh;
        background: none;
    }

    #login-form-wrapper {
        color: #000;
        text-align: center;
        height: 100vh;
        display: grid;
        place-content: center;
    }

    #login-box {
        width: 370px;
        min-height: 370px;
        height: fit-content;
        margin-left: -40%;
    }
}

/* Extra Extra Large screens */
@media only screen and (min-width: 2560px) {
    .capsule-badge__login {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .login-container__banner {
        height: 100vh;
        text-align: center;
        align-content: end;
        /*background-image: url('../../assets/images/login_bg.svg');
        background-size: cover;*/
        background-image: url('../../assets/images/circle.svg'), linear-gradient(94deg, rgba(0, 118, 187, 1) 0%, rgba(39, 150, 132, 1) 70%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
    }

    .login-container__banner-wrapper img.inner {
        width: 45%;
    }

    .login-container__banner-wrapper .logo {
        width: 12%;
        margin-bottom: 20px;
    }

    .login-container {
        height: 100vh;
        background: none;
    }

    #login-form-wrapper {
        color: #000;
        text-align: center;
        height: 100vh;
        display: grid;
        place-content: center;
    }

    #login-box {
        width: 570px;
        min-height: 370px;
        height: fit-content;
        margin-left: -50%;
    }
}
/**************************************Media Queries END*************************************************/

    