﻿body{    
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    content:none!important;
}

.mask_layer_content {
    width: 32px;
    height: 32px;
    overflow-y: visible;
    top: 10%;
    margin-top: 200px;
    left: 50%;
    position: fixed;
    z-index: 99999!important;
}

.loading-icon {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 99998!important;
    background-color: #000;
    opacity: 0.7;
    margin-top: 0px;
}

.mySelect{
  width: 100%;
  padding: 0;
  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: 100%;
    display: table;
    width: 100%;
    background-color: var(--Pillowcase);
    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{   
}

.user .userToggle {
    top: auto !important;
    margin-top: 12px !important;
}

.color-error {
    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;
}