@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@600&display=swap');


body {
    background: white;
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    font-family: "Lato", sans-serif;
    padding: 0;
    font-size: 16px;
}

p {
    margin: 10px 0 30px;
    font-family: "Lato", sans-serif;
    color: #1d1d1b;
    font-size: 20px;
}

h1 {
    font-size: 3rem;
    font-weight: 900;
}

h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
}

label {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 20px;
    display: block;
}

input {
    background: #FFFFFF;
    padding: 0.8rem 0.5rem;
    width: 100%;
    border-width: thin;
    border-radius: 5px;
    text-indent: 10px;
}

button {
    background: #000000;
    border-radius: 0 12px 12px 12px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    font-size: 0.8rem;
    padding: 1.2rem 0;
    transition: all ease-in-out 0.3s;
}

/*button:hover {*/
/*    background: #a6a6a6;*/
/*}*/

.subHeader {
    padding-top: 10px;
    font-family: Montserrat, arial, helvetica, sans-serif;
    font-weight: 600;
}

.flash_messages {
    color: #ff0000;
    background-color: #ffcac7;
    border: #ff0000 solid 2px;
    padding: 0.6rem 0.5rem;
    font-weight: 900;
    margin-top: 0.5rem;
    border-radius: 36px;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 11px;
}

.flash_messages li {
    list-style-type: none;
}

.grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
}

.grid__signin {
    display: grid;
    grid-row-gap: 1rem;
}

.column {
    padding: 20px;
}

html, body, section, .column {
    height:100%;
    min-height: 690px;
}

.column,.columnCustomerLoginPortal{
    display: flex;
    /*height: 100vh;*/
    justify-content: space-evenly;
    align-items: center;
}

.login-hero {
    /*width: 300px;*/
    max-width: 386px;
}

.container {
    align-self: center;
    max-width: 700px;
}

.maxContainer {
    max-width: 1200px;
    padding: 0 2rem;
    width: 100%;
    margin: auto;
}

.row {
    padding: 1rem 0;
    max-width: 450px;
}

.input-holder {
    background: #ffffff !important;
    display: flex;
    height: 50px;
    margin-top: 0.5rem;
}

.input-holder__icon {
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 70px;
}

.forgotten-password, .retailerPasswordCustomerLogin {
    margin-top: 20px;
}

.forgotten-password a, .retailerPasswordCustomerLogin a {
    margin: 0px !important;
    color: #000;
    text-decoration: underline;
    font-size: 20px;
}

.forgotten-password {
    margin: 0px !important;

}

.forgotten-password a{
    font-size: 15px;
}


#customerLoginGreeting, #retailerLoginGreeting, label {
    font-weight: 900;
    /*height: 60px;*/
    /*line-height: 60px;*/
}

.inter {
    font-family: 'Inter', arial, helvetica, sans-serif;
}

#customerLoginGreeting, #retailerLoginGreeting {
    position: relative;
    /*font-size: 47px;*/
    font-size: 74px;
    color: #362157;
    padding-left: -4px;
}

#underlineCustomerPortal {
    width: 78%;
    height: 25px;
    background: #DFD4FF;
    z-index: -1;
    padding-bottom: 0rem;
    display: inline-block;
}

#underlineRetailerPortal {
    width: 97%;
    height: 25px;
    background: #DFD4FF;
    z-index: -1;
    padding-bottom: 0rem;
    display: inline-block;
}

.customerLoginSubmit {
    background-color: #9e72ff;
    color:#ffffff;
    padding: 12px 37px;
    display: inline-block;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 0 12px 12px 12px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 600;
    width: 100%;
}

.grid-retailer {
    display: grid;
    grid-template-columns: 2fr 2fr !important;
}

.customerPortalImage {
    background-image: url(/frontend/img/easy_customer_portal.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    width: 450px;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
}

.hero--retailer {
    background-image: url(/frontend/img/retailer-login-portal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    width: 450px;
    margin-top: 18vh;
    margin-right: auto;
    margin-left: auto;
}

.white {
    color: #ffffff;
    margin-top: 1rem;
}

.input-holder__icon--username {
    background-image: url(/frontend/rebrand/images/mustache.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.input-holder__icon--password {
    background-image: url(/frontend/rebrand/images/lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

#customerPortalSignInText{
    font-weight: 500 !important;
    font-size: 18px;
}

.Payl8rAndUpfrontLogosArea{
    display: flex;
    justify-content: start;
    column-gap: 15px;
    margin-top: 20px;
}

.buttonArea {
    display: flex;
    justify-content: start;
    column-gap: 20px;
    margin-top: 1rem;
}

@media only screen and (max-width: 780px) {
    .image-container {
        display: none;
    }
    #retailerLoginGreeting, #customerLoginGreeting {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 781px) {
    .row {
        width: auto;
    }
    .container {
        max-width: 300px;
    }
    .login-hero {
        max-width: 420px;
    }
    #retailerLoginGreeting, #customerLoginGreeting {
        font-size: 40px;
    }
}


