
.body{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
}
.bd {
    width: 50%;
    height: 100%;
    padding: 2% 5%;
}
.bd.lf{
    background: #2D343C;
    box-shadow: -1px 3px 13px rgba(0, 0, 0, 0.23);
    z-index: 9;
}
.bd.rg{
    background: #F9FBFF;
    z-index: 1;
}
.lf-head{
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    display: flex;
}
.lf-head img{
    max-width: 100%;
    width: 60px;
    padding: 0;
    margin: 0;
}
.lf-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 55px;
    color: #FFFFFF;
    width: 40%;
}
.lf-title span{
    font-weight: 900;
}
.lf-sliders{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.lf-slider{
    padding: 2% 0;
    position: relative;
    height: 100%;
    width: 100%;
}
.lf-slider .lf-txt{
    text-align: left;
}
.lf-slider .lf-txt .lf-txt-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
}
.lf-slider .lf-txt .lf-txt-txt{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    width: 100%;
}
.lf-foot{
    text-align: left;
}
.lf-points{
    padding: 5% 0;
}
.lf-points iframe{
    width: 100%;
    height: 50vh;
    border-radius: 15px;
}
.assis-logo{
    display: none;
}
.rg-form{
    position: absolute;
    width: 35%;
    height: 50%;
    background: #FFFFFF;
    box-shadow: 0 3px 14px 4px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    transform: translate(10%, 20%);
}
.rg-title{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #2D343C;
    padding: 4% 10%;
    text-align: left;
}
.form-rg{
    padding: 0;
}
.rg-inputs{
    padding: 0 10%;
    text-align: left;
}
.rg-input{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #2D343C;
    width: 100%;
    padding: 3% 2% 3% 10%;
    -webkit-appearance: none;
}
.rg-input::placeholder{
    transition: .7s;
    color: #969696;
}
.rg-input-mes{
    position: relative;
    left: 2%;
    top: 1.9em;
    width: 5.5%;
}
.rg-btns{
    padding: 5% 10%;
    text-align: center;
}
.spin_icon_infinite{
    animation: spin-animation 1s infinite;
    display: inline-block;
}
@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rg-btn{
    transition: .7s;
    background: #2D343C;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.09), 0 1px 5px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    width: 100%;
    padding: 2%;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 1;
}
.rg-btn:hover{
    transition: .7s;
    opacity: .6;
}
.rg-or{
    padding: 0 10%;
}
.rg-hr{
    padding: 0 10%;
    width: 100%;
    height: 20px;
    border-top: 2px solid #E3E3E3;
    text-align: center;
}
.rg-hr span{
    background-color: #ffffff;
    padding: 0 10px;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #969696;
    position: relative;
    bottom: 50%;
}
.rg-google-btn{
    padding: 0 10%;
}
a.google-btn{
    transition: .7s;
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    width: 100%;
    padding: 2% 30%;
    margin: 1% 0;
    opacity: 1;
}
a.google-btn:hover{
    transition: .7s;
    opacity: .7;
}
.google-btn img{
}
.google-btn span{
    transition: .7s;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #344054;
}
.rg-privacy-term{
    position: relative;
    top: 85%;
}
.rg-privacy-term h4{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #969696;
}
.rg-privacy-term h4 a{
    transition: .7s;
    font-weight: 700;
    text-decoration: none;
    color: #2D343C;
}
.rg-privacy-term h4 a:hover{
    transition: .7s;
    color: #969696;
}
.rg-txt{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #969696;
    text-align: left;
    padding: 0 10%;
}
.rg-title.otp{
    padding: 5% 10% 0;
}
.rg-input.otp{
    padding: 3% 2% 3% 5%;
    margin: 4% 0;
}
.rg-form.new-member{
    height: 55%;
    transform: translate(10%, 10%);
}
.rg-input.new-member{
    padding: 3% 2% 3% 5%;
    margin: 1% 0;
}
.rg-input.new-member.phone{
    padding: 3% 2% 3% 10%;
    margin: 1% 0;
}
.rg-plus-one{
    position: relative;
    bottom: 35px;
    left: 3%;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.rg-btns.new-member{
    padding: 1% 10%;
}
.rg-title.new-logo{
    padding: 4% 10% 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.rg-input-file{
    display: none;
}
.rg-input-image{
    transition: .7s;
    background: #FFFFFF;
    border: 2px dashed #000000;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 5%;
    text-align: center;
    margin: 1% 0;
    cursor: pointer;
    opacity: 1;
}
.rg-input-image:hover{
    transition: .7s;
    opacity: .7;
}
.rg-input-image img{
    width: 35%;
    padding: 5%;
}
.rg-input-image h4{
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.dis-no{
    transition: 0.7s;
    display: none;
}
#breadcrumbs {
     position: absolute;
     right: 15px;
     display: inline-block;
     font-size: 14.7px;
     top: 50%;
     transform: translateY(-51%);
     border-radius: 4px;
     font-weight: 600;
     color: #333;
     background-color: #f0f0f0;
 }
#breadcrumbs {
    right: 0;
    position: relative;
    left: -40%;
    top: 0;
    transform: none;
    margin-top: 0;
    max-width: 100%;
}
#breadcrumbs.dark {
    transition: 0.5s;
    color: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background-color: #2D343C;
}
#breadcrumbs ul {
    margin: 0;
    padding: 12px 22px;
    line-height: 23px;
}
#breadcrumbs ul li:first-child {
    margin-left: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 7px;
}
#breadcrumbs.dark ul li a:hover {
    transition: .5s;
    color: #FFD600;
}
#breadcrumbs.dark ul li.no-a:before {
    border-left: 4px solid rgba(255,255,255,0.3);
}
#breadcrumbs ul li.no-a:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
    font-size: 14px;
    margin-right: 12px;
}