body{
    font-family: 'Open Sans', sans-serif;
}
.account-body.accountbg{
    background-image: url("../CommImage/bg_lalika.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.04);
    margin: 0;
}

.account-page-content{
    position: relative;
    justify-content: right;
    display: flex;
}

.home.main{
    width: 450px;
    height: 100%;
    background-color: #fff;
    padding: 1.25rem;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    position: fixed;
    right: 0;
    opacity: 0.96;
}

@media screen and (min-device-width: 310px) and (max-device-width: 482px) { 
    body{
        height: 100%;
    }
    .home.main{
        min-width: 260px;        
        width: 100%;
        max-width: 320px;
        background-color: #fff;
        padding: 1.25rem;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
        position: fixed;
        right: 0;
        opacity: 0.96;
    }
}

.mui-style-ltr-10l1blc-content {
    overflow: visible;
    padding: 0px;
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgb(224, 224, 224) currentcolor currentcolor;
    border-image: none;
    color: rgba(0, 0, 0, 0.6);
    margin: 32px 4px 16px;
    text-align: center;
}

.mui-style-ltr-10l1blc-content::after {
    content: attr(data-content);
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 14px;
    padding: 0px 1.25em;
    background: rgb(255, 255, 255);
}

.HeaderContent{
    position: relative;
    top: 150px;
}

.loginbar{
    /* background: linear-gradient(90deg,#a10000,#5c0000);
    box-shadow: 0 4px 20px 0 rgba(65, 0, 0, 0.14), 0 7px 10px -5px rgba(72, 0, 0, 0.4); */
    margin: -3rem 0rem 2rem;
    /* padding: 1rem; */
    text-align: center;
    /* border-radius: 0.5rem; */
    color: #a10000;
}
.loginbar h2 {
    font-size: 2.125rem;
    font-weight: 400;
    margin-top: 1rem;
}
.loginbar p{
    color:#ececec;
}

.btn-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle; 
    width: 100%;  
}
.lang.wth-100, .lang2.wth-100{
    width: 100%!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius: 8px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    cursor: pointer;   
    width: 95%;    
    text-transform: uppercase;
}
.lang.wth-100 .btn.btn-sm, .lang2.wth-100.active .btn.btn-sm{
    padding: .32rem 0;
    font-size: .9rem;
    border-radius: .4rem;   
}   
.lang2.wth-100.active .btn.btn-sm.btn-outline-secondary  {
    color: #fff;
    background-color: #a10000;
}

.lang.wth-100 .btn.btn-sm.btn-outline-secondary {
    color: #a10000;;
    border-color: #a10000;
}

.lang.wth-100 .btn.btn-sm.btn-outline-secondary:hover, .lang.wth-100 .btn.btn-sm.btn-outline-secondary:focus{
    color: #fff;
    background-color: #a10000;
}

.p-3 {
    padding: 1.5rem 0;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.form-label {
    margin-bottom: .5rem;
    color: #656d9a;
}

label {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.logo_size{
    width: 100%;
}

.form-control {
    display: block;
    width: 96%;
    padding: .375rem 0 .375rem 0.5rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.4375em;
    color:rgba(0, 0, 0, 0.87);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.32);
    appearance: none;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn.btn-primary {
    color: #fff;
    background-color: #a10000;
    border-color: #a10000;
    padding: .5rem .5rem;
    margin-top: .6rem;
    box-shadow: 0 4px 20px 0 rgba(65, 0, 0, 0.14), 0 7px 10px -5px rgba(72, 0, 0, 0.4);
}

.btn.btn-primary.wth-100{
    width: 100%!important;
}

.btn.btn-primary.wth-100.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
