﻿body{
    /* background-color: rgb(232, 240, 246); */
    background-size: 100%;
    background-repeat: no-repeat;
    content:none!important;
}

.mySelect{
  width: 100%;
  padding: 0;
  min-height: 46px !important;
  color: var(--MBS-Grey-2-Disabled);
}


.label {
    margin-bottom: 7px;
    line-height: 1;
    font-weight: 700;
}

.custom-label{    
    margin-left: 5px;
    height: 1rem
}

.radio{
    width: 1rem;
    height: 1rem
}

.accountBlock {
    height: 75vh;
    display: table;
    width: 100%;
    padding: 15px 20px 50px 20px;
}

.ValidationMessage {
    display: none!important;
}

.ValidationMessageInput{
    border-bottom: 0 none;
    -webkit-box-shadow: 0 2px 0 var(--Singapura-Red);
    -moz-box-shadow: 0 2px 0 var(--Singapura-Red);
    box-shadow: 0 2px 0 var(--Singapura-Red);
}

.mb-verify-common-error{
 margin-top: 10px;
 margin-bottom: -5px;
}

.mb-verify-intro{
 margin-bottom: 15px;
}
.has-error .radio{   
   
}

body.inside .wrapper {
    /* padding-bottom: 0; */
}
@media only screen and (max-width: 991px) and (min-width: 768px)
.hpWrapper {
    background-position: center;
}


.user .userToggle {
    top: auto !important;
    margin-top: 12px !important;
}

@media only screen and (max-width: 767px) and (min-width: 320px){
select.form-control {
     height: auto !important; 
}
}

@media only screen and (max-width: 767px) and (min-width: 321px), only screen and (max-width: 991px) and (min-width: 768px), only screen and (max-width: 1199px) and (min-width: 992px){
    .dobSelect select {
        -webkit-appearance: none;
       /* height: 46px !important;*/
        background: url(/SRL_LoyaltyWeb/arrow-down-dark.svg) no-repeat center;
        background-position-x: 70px;
        position: absolute;
        height: 200%;
        background-size: 15px;
        /* position: absolute; */
        padding-left: 5px;
    }
}

.color-error {
    color: #B71C1C !important;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
}

.color-error a{
    color: #B71C1C !important;
}