﻿.down{
    background: url(/SRL_LoyaltyWeb/img/ChevronUp.svg) center center no-repeat;
    width: 12px;
    height: 12px;
    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/ChevronDown.svg) center center no-repeat;
    width: 12px;
    height: 12px;
    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;*/        
}

.MembershipToggle
{
    Position:relative;
    top:-35px;right:10px;
    background-color: transparent;
    border: 0 none;
    display: block;
    /*position: absolute;*/
    z-index: 0;
    /*top: 12px;
    right: 14px;*/
    padding: 0;
    cursor: pointer;
    color: var(--MBS-Grey-2-Disabled);
    background: url(/SRL_LoyaltyWeb/img/InfoIcon.PNG?42429);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    /*height: 20px;*/
    float: right;
    padding-top: 20px;
}

.TextboxBorder
{
border: 1px solid #b2b2b2 !important;
height: 46px !important;
width:100% !important;
float: left;
padding-left:30px !important;
}

.langlist
{
    background-color: rgb(223,220,203,0.7);
    border: none;
    box-shadow: none;
}

.input-error
{
    /* border-bottom: 0 none; */
    box-shadow: 0 2px 0 var(--Singapura-Red);
    
}
.color-error {
    color: var(--Bright-Red-Error-Message) !important;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
}

.color-error p {
    color: var(--Bright-Red-Error-Message) !important;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
}

.color-error a{
    color: var(--Bright-Red-Error-Message) !important;
}

/*** 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 ***/

.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), 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;
    }
    .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        
    }
}

.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;
}