body{
    font-family: 'Open Sans', sans-serif;
}
.account-body.accountbg{
    /* background-image: url("../CommImage/auth-bg.png"); */
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.04);
}
.account-page-content{
    position: relative;
    justify-content: center;
    min-height: 95vh;
    align-items: center;
    display: flex;
}

.home.main{
    z-index: 1;
    width: 350px;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 3rem 0rem;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

.loginbar{
    background: linear-gradient(90deg,#248afd,#0c77ef);
    box-shadow: 0 4px 20px 0 rgba(0,123,255,.14), 0 7px 10px -5px rgba(0,82,234,.4);
    margin: -3rem 0rem 2rem;
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
}
.loginbar h2 {
    font-size: 1.5rem;
    font-weight: 600;
    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: .25rem;
    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: #1760f9;
}

.lang.wth-100 .btn.btn-sm.btn-outline-secondary {
    color: #1760f9;
    border-color: #1760f9;
}

.lang.wth-100 .btn.btn-sm.btn-outline-secondary:hover, .lang.wth-100 .btn.btn-sm.btn-outline-secondary:focus{
    color: #fff;
    background-color: #1760f9;
}

.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;
}

.form-control {
    display: block;
    width: 96%;
    padding: .375rem 0 .375rem 0.5rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbd1da;
    appearance: none;
    border-radius: .25rem;
    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: #1760f9;
    border-color: #1760f9;
    padding: .5rem .5rem;
    margin-top: .6rem;
    box-shadow: 0 4px 20px 0 rgba(0,123,255,.14), 0 7px 10px -5px rgba(0,82,234,.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;
  }
