@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    background: url(../images/simple_shiny.svg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.invalid-feedback {
    color: red;
    font-size: 13px;
}

.workSpace {
    box-shadow: black 0px 0px 40px -20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.workSpace .right {
    position: relative;
    z-index: 9;
}


.workSpace .right::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.workSpace .heading-sgnup-frm {
    font-size: 24px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.workSpace .form {
    display: flex;
    width: 100%;
}

.workSpace .form .frm-same {
    width: 50%;
    padding: 0 15px;
}

.workSpace #formsubmit .frm-same .input {
    outline: none;
    display: flex;
    flex: 1;
    font-size: 14px;
    margin: 10px 0;
    padding: 6px 10px;
    width: 100%;
    height: 36px;
    border: none;
    background-color: #ffffff;
    border-bottom: 1px gray solid;
    color: #6a6a6a;
}

.avatar {
    width: 120px;
    height: 120px;
    background-color: #183883;
    position: absolute;
    left: 51%;
    top: 65%;
    transform: translate(-50%);
    border: 15px #ffffff solid;
    border-radius: 50%;
}

.avatar #infinity {
    position: relative;
    top: 11px;
    left: 0;
    width: 106px;
    height: 50px;
    box-sizing: content-box;
}

/* .avatar #infinity:before,
.avatar #infinity:after {
    content: "";
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 10px solid #ffffff;
    border-radius: 25px 25px 0 25px;
    transform: rotate(-45deg);
}
.avatar #infinity:after {
    left: auto;
    right: 0;
    border-radius: 25px 25px 25px 0;
    transform: rotate(45deg);
} */

.right .login_logo{
    background: #fff;
}

.right .login_logo img{
    margin: 13px;
    width: 69px;
}
.main-fld{
    position: relative;
    background: #000;
}

.main-fld::after{
   position: absolute;
   content: "";
   background-image: url("../images/bg-side.png");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0.10;
}


/* .right {
    display: flex;
    flex: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */



.right form h1 span{
    font-size: 28px;
    position: relative;
    font-weight: 600;
}

.right form h1 span::after {
    content: "";
    position: absolute;
    left: 59px;
    bottom: -5px;
    width: 57%;
    height: 1.8px;
    border-radius: 20px;
    background: #fff;
}

.right .loginFormsubmit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.right .input {
    outline: none;
    display: flex;
    flex: 1;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 35px;
    width: 400px;
    height: 42px;
    border: none;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
}

.right .input::placeholder{
    color: #000 ;
}

.right  .login_icon i{
    font-size: 17px;
    color: #000;
}

.right  .login_icon {
    top: 20px;
    left: 12px;
}
.right .eye_icon{
    top: 19px;
    right: 13px;
}

.right .eye_icon i{
     color: red;
}


.right h1,
.right h3 {
    color: gray;
}

.right .submit {
    width: 160px;
    height: 40px;
    background-color: #61bb49;
    border: 2px #61bb49 solid;
    margin: 10px 0;
    color: #fff;
    font-size: 22px;
    outline: none;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
}

.joinus-btn,
.lgn-btn {
    margin-top: 20px;
}

.joinus-btn a,
.lgn-btn a {
    font-size: 15px;
    font-weight: 500;
    color: #61bb49;
}

.right .submit {
    background-color: transparent;
    border-color: #e96b16 !important;
}

.login-btn-box {
    display: flex;
    justify-content: center;
}

.login-btn-box .submit .btn_spiner {
    top: 11px;
    right: 24px;
}
.container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container h3 {
    padding-top: 2px;
}

/* .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */

.container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 3px #3c90e4 solid;
}

.container input:checked~.checkmark {
    background-color: #3c90e4;
}

.hme-btn {
    margin-top: 25px;
}

.hme-btn a {
    text-decoration: none;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #61bb49;
    border-bottom: 1px solid;
}

.hme-btn a::after {
    position: absolute;
    content: "\f112";
    font-family: FONTAWESOME;
    right: -24px;
    top: 1px;
    color: #61bb49;
    font-size: 18px;
}






.login-page .right {
    background: #fff;
    z-index: 999;
}




.register-page .right .input {
    margin: 5px 0 !important;
}

.register-page .right form h1 {
    margin-bottom: 20px;
}

.login_loan_page{
    height: 100vh;
}


/* New registration page  */
.new-registration-page {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

.new-registration-page .main-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 12px 0;
}

.new-registration-page .enroller-pera p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
}

.new-registration-page .form-col {
    background-color: #fff;
    padding: 30px 150px 20px 150px;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    border: 1px solid #e9e9e9;
}

.new-registration-page .form-col .from-heading img {
    width: 30px;
}

.new-registration-page h3 {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 300;
    font-size: 22px;
}

.new-registration-page input,
.new-registration-page select {
    transition: border-color;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d2d2d2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0.1875em;
    width: 100%;
    height: auto !important;
}

.new-registration-page input:focus,
.new-registration-page select:focus {
    border-color: #b1d533;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(56, 139, 174, .7);
    outline: none;
}

.new-registration-page label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #333;
}

.new-registration-page .form-check input[type=checkbox] {
    accent-color: #b1d533 !important;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    outline: none;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    border: 1px solid grey;
    border-radius: 0px;
}

.new-registration-page .form-check input[type=checkbox]:focus {
    accent-color: #b1d533 !important;
}

.new-registration-page .form-check .condition {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #333;
}

.new-registration-page .btn-box .btn-submit {
    background-color: #b1d533;
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    width: 200px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px 8px;
    border-radius: 5px;
}

@media (max-width: 1024px) {

    .workSpace .left {
        border-radius: 0;
        padding-left: 0;
        flex: 2;
        padding-bottom: 55px;
    }

    .workSpace .left .logo {
        flex: 1;
    }

    .workSpace .left p {
        flex: 1;
    }

    .workSpace .right {
        flex: 5;
    }

    .workSpace .right h1 {
        font-size: 2.5em;
        margin: 0 8px 8px 0;
    }

    .workSpace .right .input {
        width: 320px;
        height: 40px;
    }

    .workSpace .right .submit {
        width: 160px;
        height: 40px;
    }

    .avatar {
        top: 18%;
    }

    .left img {
        margin: 18px auto;
    }

    .left h1 {
        text-align: center;
    }

    .hme-btn {
        text-align: center;
    }

    .left h1::after {
        left: 38%;
    }

    .avatar {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width:992px) {
    .left {
        height: auto !important;
    }

    .left div {
        text-align: center;
    }

    .workSpace .right h1 {
        font-size: 20px;
    }

    .workSpace .form {
        flex-direction: column;
    }

    .workSpace .form .frm-same {
        width: 100%;
    }

   

    .login-page .right .input {
        width: 100% !important;
    }

   

    .login-page .right {
        height: auto !important;
    }
}

/* Breakpoints Device // bp = breckpoints
	// sm = small
	// md = medium
	// lg = large
	// xl = extra large
	// xxl = extra extra large
*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1399.98px) {}

@media (min-width: 1400px) {}


@media (max-width: 1399.98px) {}


@media (max-width: 1199.98px) {
    .new-registration-page .form-col {
        padding: 30px 50px 20px 50px;
    }
}

@media (max-width: 767.98px) {
    .new-registration-page .form-col {
        padding: 30px 30px 20px 30px;
    }
}

@media (max-width: 575.98px) {
    .new-registration-page .form-col {
        padding: 30px 15px 20px 15px;
    }

    .new-registration-page .btn-box .btn-submit {
        margin: auto;
    }
}