﻿.errMessage {
    font-family: var(--font-family-noto_sans);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    letter-spacing: 0.02em;

    /* BRIGHT RED */
    color: var(--Bright-Red-Error-Message);
}

.down{
    background: url(/SRL_LoyaltyWeb/img/ChevronDown.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    margin: auto;
    top: 20;
    bottom: 0;
    right: 0px;
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
}
.up{
    background: url(/SRL_LoyaltyWeb/img/ChevronUp.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    margin: auto;
    top: 20;
    bottom: 0;
    right: 0px;
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
}

.arrowRight {
    display: inline-block;
    font-size: 14px;
    color: var(--MBS-Grey-2-Disabled);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
}

.active, .accordion:hover {
 /* background-color: #ccc; */
  cursor: pointer;
}

.active:after {
   transform: rotate(180deg);
}

.messagebox {
    border: 1px solid #D0CAC2;
    background-color: #F8F6F0;
    padding: 37px;
}

body {        
    padding-bottom: 0px !important;
    background-position: center top !important;
    background-color: #F8F6F0 !important;
    /*background-position: center bottom 48px;*/        
}

/*** Facebook login starts ***/
.dp-flex {
    display: flex; 
    margin-top: 20px;
}

.color-secondary {
    color: rgba(0,0,0,0.54) !important;
}

.fs-body{
    font-size: 14px;
}

.custom-separator {
  padding-top: 10px;
  padding-bottom: 10px;  
  flex: 1 !important;
}

.custom-separator-content {
    flex: 2 !important;
    display: flex;
    justify-content: center;  
}

.custom-separator-line {
    background-color: #cfd8dc;
    height: 1px;   
}
/*** Facebook login ends ***/

/* @media only screen and (min-height: 320px){
    .userLogin {
        padding: 5px 30px;
        margin-bottom: 80px;
    }
} */

.sectionDA {
    min-height: 100vh;
    margin-bottom: 0px;
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    padding: 0px 0px;
    order: 0
}

.sectionLogin {
    min-height: 100vh;
    margin-bottom: 0px;
    order: 1
}

.boxDA {
    position: relative;
    width: 431px;
    height: auto;
    top: 126px;
}

@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) and (min-width: 320px) {
    .sectionDA {
        background-image: none !important;
       /* min-height: 45vh; */
        height: auto;
        margin-bottom: 50px;
        order: 1
    }
    .sectionLogin {
      /*  min-height: 80vh; */
      height: auto;
        order: 0
    }
    .boxDA {
        position: relative;
        width: auto;
        height: auto;
        top: 46px        
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 767px) and (min-width: 320px), only screen and (max-width: 1199px) and (min-width: 992px)
{
    .hpWrapper {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom 40px !important;    
        padding-bottom: 101px !important;
    }
}

.loginLabel {
    font-family: var(--font-family-mb_arizona_flare-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */
    letter-spacing: 0.04em;
    /* MIDNIGHT INK */
    color: var(--Midnight-Ink);
}


.contentDiv {
    justify-content: center;
}

.mobileAppBannerDesc {
    font-family: var(--font-family-mb_arizona_flare-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
   /* letter-spacing: 0.04em; */
    justify-content: left;
}