﻿
/** Background */
.custom-login-bg{
    background-image: url('/EP_Main/img/VASITEEPBKG01.jpg?1456');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.custom-login-bg-filter{
    background-image: url('/EP_Main/img/VASITEEPBKG01.jpg?1456');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.custom-login-form-container{
    padding: 120px 100px 1px 50px;
}

.custom-login-viaappia{
    position: absolute;
    height: 40px;
    top: 50px;
    right: 100px;
}

.via-appia-brand{
    padding: 10px 0px 20px 0px;
    font-size: 15px;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
}

.via-appia-form-brand{
    padding: 10px 0px 20px 0px;
    font-size: 15px;
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
}

.employee-portal {
    padding-top: 20px;
    font-size: 50px;
    font-weight: bold;
    color: #666;
    text-align: center;
}


/*Form*/
.custom-login-form{
    margin-top: 10px;
    box-shadow: -4px 5px 5px rgba(000,000,000,0.1);
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    width: 300px;
    float: right;
}

.custom-login-form-title{
    position: absolute;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #af1414;
    right: 173px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 0px rgba(000,000,000,0.2);
}

.custom-login-form-label{
    font-size: 18px;
    font-weight: normal !important;
}

.custom-login-form-input{
    margin-top: 7px;
    border: 1px solid rgba(000,000,000,0.02);
    background-color: #f8f8f8;
    height: 35px;
}


/* FEEDBACK MESSAGE*/
div.Feedback_Message_Error:before {
    content: " ";
    font: normal normal normal 20px/1 FontAwesome;
    margin-top: 2px;
    position: relative;
    width: auto;
}

div.Feedback_Message_Wrapper img {
    display: block;
}

a.Feedback_Message_Wrapper_Close:before {
    color: var(--color-neutral-0);
    content: " ";
    font: normal normal normal 14px FontAwesome;
    position: relative;
}

a.Feedback_Message_Wrapper_Close {
    right: 8px;
    top: 6px !important;
}

a.Feedback_Message_Wrapper_Close img {
    display: block;
    height: 20px !important;
    width: 20px!important;
}


/* RESPONSIVE DESIGN */
@media screen and (max-width: 700px){
    .custom-login-bg{
        background-image: url('/EP_Main/img/VASITEEPBKG01.jpg?1456');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 100%;
    }

    .welcome-text > .wtext {
        font-size: 30px;
        line-height: calc(var(--space-l)* 1.7);
    }

    .custom-login-bg-filter {
        background-image: url(/EP_Main/img/VASITEEPBKG01.jpg?1456);
        background-size: 200% auto;
        background-repeat: no-repeat;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .custom-login-form-container{
        padding: 120px 100px 1px 50px;
    }

    .custom-login-viaappia{
        position: absolute;
        height: 40px;
        top: 50px;
        right: 100px;
    }

    .via-appia-brand{
        display: none;
    }

}

.forgot-pw-cont{
    padding: 10px 0px 20px 0px;
}

.remember-me-txt{
    color: #fff;
    font-size: 100%;
}

.login-btn{
    border-radius: 5px;
    box-shadow: 1px 3px 0px rgba(000,000,000,0.1);
    height: 35px;
}

.pw-txt{
    color: #767676;
    font-weight: bold;
    margin-bottom: 0px;
}

.username-txt{
    color: #767676;
    font-weight: bold;
}

.custom-mt-20{
    margin-top: 20px;
}

.custom-mt-8{
    margin-top: 8px;
}

.welcome-text{
    text-align: left;
    padding-left: var(--space-xl);
    padding-top: var(--space-xl);
    display: flex;
}

.welcome-text > .wtext {
    font-size: 60px;
    line-height: calc(var(--space-l)* 1.7);
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  .welcome-text > .wtext {
        font-size: 60px;
        line-height: calc(var(--space-l)* 1.7);
    }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  .welcome-text > .wtext {
        font-size: 60px;
        line-height: calc(var(--space-l)* 1.7);
    }
}

/* small screens ----------- */
@media only screen 
and (max-device-width : 1200px) {
    .welcome-text > .wtext {
        font-size: 30px!important;
        line-height: calc(var(--space-l)* 1.7);
    }
}
