﻿.loginpage {
    margin-bottom: 1rem;
}

.login-content.loginpage {
    margin-bottom: 0px;
}

.login-page-container .login-carrers-panel {
    background: transparent;
    color: #fff;
    padding: 0px;
}

.login-jcaptcha {
    margin-top: 20px;
}

.login-page-container {
    border-radius: 15px;
}

.login-page-container-card {
    position: relative;
    background-color: #f7f7f7;
}

    .login-page-container-card::before {
        content: "";
        background-image: url("/-/media/Feature/Page Content/images/banner-bg-webp.webp");
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.20;
    }

.image-login-section img {
    height: 100%;
    object-fit: cover;
}

.image-login-section .login-angle-cut-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask: linear-gradient(281deg, transparent 18%, #fff 18%) top right;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask: linear-gradient(281deg, transparent 18%, #fff 18%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
}

    .image-login-section .login-angle-cut-image:before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to right, #00a0c8 47%, #fff 101%);
        width: 100%;
        height: 100%;
        opacity: .40;
    }

.login-form-panel .title {
    font-size: 24px;
    color: #264f9d;
    padding-top: .7em;
}

.login-form-panel .sub-title {
    font-size: 16px;
    color: #264f9d;
    padding-bottom: 2rem;
}

.form-control {
    font-size: .8rem;
    color: #818181;
    height: calc(1.5em + 0.75rem + 4px);
}

.font-adjust-select {
    font-size: 12px;
    height: calc(1.5em + 0.75rem + 4px);
}

.login-page-container a {
    color: #002f6d;
}

.login-page-container .component.cxa-login-component form .login-submit button {
    max-width: 100% !important;
    background: var(--primary-green);
    border: none;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    height: 42px;
    padding: 8px 25px 8px 25px;
}

.login-page-container label {
    /* position: relative; */
    top: 16px;
    left: 24px;
    font-size: 12px;
    padding: 0 0px 0 0px;
    margin-bottom: 0px !important;
}

.login-page-container .loginpage input {
    max-width: 100% !important;
}

.login-page-container .loginpage input {
    border-radius: 6px !important;
    color: #000 !important;
    border-color: #cfcfcf96 !important;
    border: 2px solid;
    width: 100%;
    height: 3rem;
    padding: 0.375rem 0.75rem;
}

.login-page-container .login-submit {
    padding: 10px 0px;
}

.login-page-container .reset-password {
    color: #444;
    padding: 10px 0px;
}

.login-page-container .user-reg-button {
    font-size: 14px;
    background-color: #ffffff;
    color: var(--primary-green);
    display: inline-block;
    cursor: pointer;
    min-height: 42px;
    /* border-color: blanchedalmond; */
    border: 2px solid var(--primary-green);
    padding: 8px 25px 8px 25px;
    width: 100%;
    font-weight: 600;
}

.login-page-container .search-career-text {
    padding: 10px;
    color: #444 !important;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    font-size: .9rem;
    padding: 10px;
    /* text-align: center; */
    color: #444 !important;
    position: absolute;
    bottom: 0;
    font-size: .7rem;
    background: #ffffff9e;
    width: 85%;
    object-fit: cover;
    -webkit-mask: linear-gradient( 290deg,transparent 22%, #fff 27%) top right;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask: linear-gradient( 290deg,transparent 22%, #fff 27%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
}

    .login-page-container .search-career-text div {
        display: inline-block;
        padding-left: 8%;
    }

    .login-page-container .search-career-text img {
        height: 20px;
    }

    .login-page-container .search-career-text a, .login-page-container .search-career-text a:hover {
        font-size: .7rem;
        color: #444 !important;
        font-weight: 600;
        text-decoration: underline;
    }

.login-page-container .login-support {
    text-align: left;
    padding: 10px 0px;
}

.login-page-container .check-box-section {
    justify-content: space-between;
    align-items: center;
}

.field-validation-error {
    color: red;
    text-align: left !important;
    display: block;
    justify-content: center !important;
    align-items: center !important;
    padding: 0px !important;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
}

.login-form-panel {
    padding: 15px 25px !important;
}

/* DELTACUBE FREE REGISTRATION MESSAGE*/
.deltacube-free-reg.login-form-panel {
    padding-top: 70px !important;
}

.deltacube-reg-free-trial-msg {
    background: #eaf4e9;
    position: absolute;
    padding: 13px 15px 13px 30px;
    top: 0;
    left: -16px;
    right: 0;
    -webkit-mask: linear-gradient(107deg,transparent 27%,#fff 27%) top right;
    -webkit-mask-size: 130%;
    -webkit-mask-repeat: no-repeat;
}

    .deltacube-reg-free-trial-msg p {
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 600;
        text-align: center;
    }

.proxy-login-btn form {
    margin: 5px auto;
}

.proxy-login-btn button {
    border: 2px solid #017A35;
    width: 100%;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0px;
    color: #017A35;
    font-weight: 700;
    background: #fff;
    padding: 3px 0;
}

.proxy-login-btn img {
    width: 35px;
    margin-right: 10px;
}



@media(max-width : 1199.98px) {
    .deltacube-reg-free-trial-msg {
        padding: 13px 15px 13px 20px;
        left: 14px;
    }

        .deltacube-reg-free-trial-msg p {
            font-size: 11px;
        }
}


@media(max-width : 991.98px) {
    .deltacube-reg-free-trial-msg {
        -webkit-mask: none;
        mask: none;
        left: 0;
    }

        .deltacube-reg-free-trial-msg p {
            font-size: 13px;
        }
}


@media(max-width : 767.98px) {
    .login-page-container {
        padding: 8px;
        margin: 2px 0px;
    }

    .login-form-panel {
        padding: 10px 15px;
    }

    .proxy-login-btn img {
        width: 30px;
    }

    .proxy-login-btn button {
        font-size: 16px;
    }
}

@media(max-width : 1024px) {
    .login-page-container .search-career-text div {
        display: inline-block;
        padding-left: 1%;
    }
}
