.register-bg{
    z-index: 0;
    position: fixed;
    top: -250px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-12deg);
}
.register-bg .grayBackground{
    transform-origin: 0%;
    height: 1698px;
    background-color: #f7fafc;
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
}
.register-bg .verticalLine{
    width: 1px;
    background-image: linear-gradient(#eceef4 49%,#eceef400 50%);
    background-size: 1px 8px;
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    right: auto;
}
.register-bg .verticalLine-first{
    left: calc(50% - 540px);
    background: #eceef4;
}
.register-bg .verticalLine-second{
    left: calc(50% - 270px);
}
.register-bg .verticalLine-third{
    left: 50%;
}
.register-bg .verticalLine-fourth{
    left: calc(50% + 269px);
}
.register-bg .verticalLine-fifth{
    left: calc(50% + 540px);
    background: #eceef4;
}
.firstAndSecondLeftBlend, .firstLeft, .firstRight, .secondLeft {
    position: absolute;
}
.register-bg .firstLeft{
    height: 40px;
    top: 668px;
    left: calc(50% - 700px);
    right: calc(50% + 540px);
    background: #39bff0;
}
.register-bg .secondLeft{
    height: 40px;
    top: 698px;
    left: -10px;
    right: calc(50% + 405px);
    background: #007bff;
}
.register-bg .firstAndSecondLeftBlend{
    height: 10px;
    top: 698px;
    left: calc(50% - 700px);
    right: calc(50% + 540px);
    background: #09498e ;
}
.register-bg .firstRight{
    height: 40px;
    top: 658px;
    left: calc(50% + 430px);
    right: -10px;
    background: #007bff;
}


.register-content{
    position: relative;
    z-index: 9;
    margin: 20px 0;
}
.register-content .logo img{
    width: 150px;
    margin-bottom: 50px;
}   
.register-items{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.register-items i{
    color: #007bff;
    margin-top: 5px;
}
.register-items h4{
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.register-items span{
    color: #3c4257;
    font-size: 14px;
}
.box-flex{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 30px;
    padding-top: 100px;
}
.box-flex ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-flex ul li{
    display: inline-block;
    padding: 0 5px;
}
.box-flex ul li a{
    font-size: 14px;
    color: #697386;
    text-decoration: none;
    font-weight: 600;
}
.box-flex ul li a:hover{
    color: #000;
}

.form-section{
    padding: 56px 48px;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 #4950572b, 0 5px 15px 0 #0000000f;
    border-radius: 5px;
}
.form-section form h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #3c4257;
}
.form-section form label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3c4257;
}
.form-section form input{
    margin-bottom: 20px;
}
.form-section form select{
    margin-bottom: 20px;
}
.form-section form .form-check label{
    color: #697386;
    font-weight: 400;
    font-size: 13px;
}
.form-section form .form-check label a{
    color: #007bff;
    text-decoration: none;
}
.form-section form button{
    background-color: #007bff;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}
.form-section form button:hover{
    background-color: #39bff0;
    color: #fff;
}
.form-section form .lastline{
    color: #000;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}
.form-section form .lastline a{
    color: #007bff;
    text-decoration: none;
}
.ms-dd{
    width: 100%;
    margin-bottom: 20px;
    background: #fff !important;
    border-radius: 0.375rem;
}
.ms-dd .ms-dd-header{
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
.ms-dd .ms-dd-header .option-selected{
    background: #fff !important;
    border: none;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #000 !important;
}
.ms-dd-header .flag{
    margin: 0 5px 0 0 !important;
}
.ms-dd .ms-header-middle-content, .ms-dd .ms-middle{
    align-items: center;
}
.ms-dd .ms-options{
    max-height: 250px !important;
}
.ms-dd .ms-list-option{
    padding: 0.375rem 0.75rem;
    border: none;
}
.ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected,
.ms-dd .ms-list-option:hover, .ms-dd .ms-optgroup ul .ms-list-option:hover {
    background: #f7fafc;
}



.form-section form .box{
    width: 100%;
}

.flexlogo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.loginform .logo img, .loginform .box{
    margin-bottom: 0;
}
.form-footer .lastline{
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    display: block;
}
.form-footer .lastline a{
    color: #007bff;
    text-decoration: none;
}

.form-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.form-footer ul li{
    display: inline-block;
    padding: 0 5px;
}
.form-footer ul li a{
    font-size: 14px;
    color: #697386;
    text-decoration: none;
    font-weight: 600;
}
.form-footer ul li a:hover{
    color: #000;
}
.forgotpass{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forgotpass a{
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}





.box {
    width: 10rem;
    position: relative;
    user-select: none;
    border-radius: 5px;
    margin-left: auto;
    margin-bottom: 10px;
}

.box .by_default {
    background: #fff;
    margin:0;
    padding: 0;
    border: solid 1px #dee2e6;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.box .by_default li {
    padding: 8px;
    list-style: none;
}

.box .by_default:before {
    content: "\f0dc";
    position: absolute;
    top: 8px;
    right: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 0.5rem;
}
.box .sharing p {
    margin-bottom: 0;
}
.box .options {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    border-radius: 5px;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    opacity: 0;
    margin: 12px;
    margin-top: 20px;
    border: solid 1px #dee2e6;
    background-color: #fff;
    margin:0;
    padding: 0;
}

.box .options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
}

.box .sharing {
    display: flex;
    align-items: center;
}

.box .sharing .share-icon {
    margin-right: 1.1rem;
    margin-left: 0.9rem;
}

.box.active .options {
    opacity: 1;
    transform: translateY(0%);
}

.signup .form-footer{
    display: none;
}

@media (max-width:991px){
    .box-flex{
        padding-top: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 30px;
    }
    .form-section{
        padding: 20px;
    }
    .register-bg {
        transform: skewY(-12deg) rotateY( 180deg);
    }
    .register-bg .grayBackground{
        height: 1480px;
    }
    .register-bg .verticalLine{
        width: 1px;
        background: #eceef4;
        position: absolute;
        top: -100vh;
        bottom: -200vh;
    }
    .register-bg .verticalLine-first{
        left: calc(50% - 191px);
        right: auto;
    }
    .register-bg .verticalLine-second{
        left: calc(50% + 190px);
        right: auto;
    }
    .register-bg .verticalLine-third{
        display: none;
    }
    .register-bg .verticalLine-fourth{
        display: none;
    }
    .register-bg .verticalLine-fifth{
        display: none;
    }
    .register-bg .firstLeft{
        top: 305px;
        left: 0;
        width: 10%;
        right: unset;
    }
    .register-bg .secondLeft{
        top: 345px;
        left: 0;
        width: 20%;
        right: unset;
    }
    .register-bg .firstAndSecondLeftBlend{
        top: 345px;
        left: 0;
        width: 10%;
        right: unset;
    }
    .register-bg .firstRight{
        top: 440px;
        left: unset;
        width: 20%;
        right: 0;
    }
    
}
@media (max-width:768px){

    .register-items{
        display: none;
    }
    .register-content .logo img{
        margin-bottom: 0;
    }
    .box-flex ul{
        display: none;
    }
    .signup .box-flex{
        position: absolute;
        top: 21px;
    }
    .signup .form-section{
        margin-top: 20px;
    }
    .signup .box{
        margin-top: 20px;
    }
    .signup .form-footer{
        display: block;
        margin-top: 50px;
    }

}

@media (min-width: 1024px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
    .signup .container, .signup .container-lg, .signup .container-md, .signup .container-sm, .signup .container-xl, .signup .container-xxl {
        max-width: 1105px;
    }
    .pl-0{
        padding-left: 0 !important;
    }
}

@media (max-width:576px){
    .register-bg .verticalLine-first {
        left: calc(1.5rem * .5);
        right: unset;
    }
    .register-bg .verticalLine-second {
        left: unset;
        right: calc(1.5rem * .5);
    }
}