html {
    font-size: 10px;
}
.main-logo {
    padding: 2rem;
    margin-bottom: 5rem;
}

body {
    font-size: 14px;
    font-family: "SF Pro Display", "Roboto", Helvetica Neue, Arial, sans-serif !important;
}



/*Validation Error*/
input.border-error {
    border-color: red !important;
}

.error_text {
    color: #dc3545;
    font-size: 14px;
}

.text-xs-center {
    text-align: center;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.mr5 {
    margin-right: 5px
}

.logo-Subtitle {
    font-size: 19px;
    line-height: 1.53em;
    font-weight: 400;
    color: #6A6A6A;
    padding-bottom: 20px;
    text-align: center;
}

.form_bg {
    background-color: #ffffff;
    background-image: url(images/map-quarter1.png);
    background-position: right 0 bottom 80px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E1ECFF;
    box-shadow: 0px 22px 54px 0px rgba(75, 121, 207, 0.04);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    padding: 20px 70px 60px 70px;
    border-radius: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    height: 485px;
    position: relative;
}

.form-title {
    font-size: 24px;
    color: #2d3136;
    font-weight: 600;
}

.form-label {
    font-size: 18px;
    color: #2d3136;
}

.form-checkbox {
    font-size: 18px;
    color: #2d3136;
}

.form_style {
    font-size: 18px;
    color: #2d3136;
}

.form-control {
    border: 1px solid #e2e6ea;
}

.form-control-lg {
    padding: .75rem .75rem !important;
    font-size: 18px !important;
    color: #2d3136 !important;
    height: 6.375rem !important;
    border-radius: 8px 0 0 8px !important;
    box-shadow: none !important;
    border: 1px solid rgb(226, 230, 234) !important;
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
}

.btn-cust {
    background-color: #6663F1 !important;
    padding: 17px 50px !important;
    color: #fff !important;
    font-size: 18px !important;
}

.btn-cust:hover {
    color: #fff !important;
}

.user-from {
    margin-bottom: 1.0rem;
}

.navbar {
    display: none !important;
}

.navbar-light {
    display: none !important;
}

.back-images-new {
    position: absolute;
    bottom: 0;
    width: 44%;
    left: 0;
}

/*Javascript Loader*/
#loader img {
    position: absolute;
    padding: 0px;
    z-index: 10;
    opacity: 0.6;
    transition: opacity 0.3s linear;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    margin-top: -5%;
    width: 10%;
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*End Loader*/

/*Forget Password*/
.forgot-password {
    padding: 16px 0px;
    text-decoration: underline;
    text-align: right;
}

.forgot-password>a {
    text-decoration: underline !important;
    color: #1a73e8 !important;
    cursor: pointer
}

/*End Forget Password*/

/*Admin Account Setup Popup*/
button.closeverify.btn {
    padding: 5px 45px;
    background-color: #05b25d;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 8px 8px 8px 8px;
    margin-right: 15px;
}

.navigation__transparent {
    position: fixed !important;
    z-index: 8;
}

.popup p {
    margin-top: 10px;
    text-align: center;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: auto;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 35px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    /*font-size: 20px;*/
    /*font-family: sans-serif;*/
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

/*End Admin Account Setup Popup*/

@media (max-width: 576px) {

    .form_bg {
        background-color: #ffffff;
        background-image: url(images/map-quarter1.png);
        background-position: right 0 bottom 80px;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #E1ECFF;
        box-shadow: 0px 22px 54px 0px rgba(75, 121, 207, 0.04);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-bottom: 30px;
        padding: 20px 70px 60px 70px;
        border-radius: 15px 15px 15px 15px;
        background-repeat: no-repeat;
        /* width: 675px;
      height: 615px; */
    }

    .logo-Subtitle,
    .extra-w,
    .form_bg,
    .footer-txt {
        width: auto;
    }
}


@media (min-width: 1800px) {
    .back-images-new[_ngcontent-c3] {
        width: 49%;
        left: -2%;
    }
}







.display-none {
    display: none;
}

/*Validation Error*/
input.border-error {
    border-color: red !important;
}

.error_text {
    color: #dc3545;
    font-size: 14px;
}

button.closeverify.btn {
    padding: 5px 45px;
    background-color: #05b25d;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 8px 8px 8px 8px;
}

.navigation__transparent {
    position: fixed !important;
    z-index: 8;
}

.popup p {
    margin-top: 10px;
    text-align: center;
}

#overlaylynkem {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: auto;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 35px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    /*font-size: 20px;*/
    /*font-family: sans-serif;*/
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.form-title.text-xs-center {
    margin-bottom: 30px;
    text-align: center;
}

.active {
    border-color: red solid 1px;
}

@media (min-width: 1800px) {
    .back-images-new {
        width: 49%;
        left: -2%;
    }
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.mr5 {
    margin-right: 5px
}

.logo-Subtitle {
    font-size: 19px;
    line-height: 1.53em;
    font-weight: 400;
    color: #6A6A6A;
    padding-bottom: 20px;
    text-align: center;
}

.form_bg {
    background-color: #ffffff;
    background-image: url(https://lynkemdev.s3.us-east-2.amazonaws.com/files/map-quarter1.png);
    background-position: right 0 bottom 80px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E1ECFF;
    box-shadow: 0px 22px 54px 0px rgba(75, 121, 207, 0.04);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    padding: 20px 70px 60px 70px;
    border-radius: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    height: auto;
}

.form-title {
    font-size: 24px;
    color: #2d3136;
    font-weight: 600;
}

.form-label {
    font-size: 18px;
    color: #2d3136;
}

.form-checkbox {
    font-size: 18px;
    color: #2d3136;
}

.form_style {
    font-size: 18px;
    color: #2d3136;
}

.form-control {
    border: 1px solid #e2e6ea;
}

.form-control-lg {
    padding: .75rem .75rem;
    font-size: 18px;
    color: #2d3136;
}

.btn-cust {
    background-color: #6663F1 !important;
    padding: 0px 0px 0px 0px;
    min-width: 9.75rem;
    height: 3.75rem;
    border-radius: 8px 8px 8px 8px;
    line-height: 3.625rem;
    display: block;
    margin: 5px auto 0;
    color: #fff;
}

.btn-cust:hover {
    color: #fff;
}

.user-from {
    margin-bottom: 1.0rem;
}

.disableDownArrows::-webkit-inner-spin-button {
    display: none;
}

/*Javascript Loader*/

#loader img {
    position: absolute;
    padding: 0px;
    z-index: 10;
    opacity: 0.6;
    transition: opacity 0.3s linear;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    margin-top: -5%;
    width: 10%;
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*End Loader*/

@media (max-width: 576px) {
    .form_bg {
        background-color: #ffffff;
        background-image: url(https://lynkemdev.s3.us-east-2.amazonaws.com/files/map-quarter1.png);
        background-position: right 0 bottom 80px;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #E1ECFF;
        box-shadow: 0px 22px 54px 0px rgba(75, 121, 207, 0.04);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-bottom: 30px;
        padding: 20px 70px 60px 70px;
        border-radius: 15px 15px 15px 15px;
        background-repeat: no-repeat;
        /* width: 675px;
      height: 615px; */
    }

    .logo-Subtitle,
    .extra-w,
    .form_bg,
    .footer-txt {
        width: auto;
    }
}

.navbar {
    display: none !important;
}

.navbar-light {
    display: none !important;
}

.back-images-new {
    position: absolute;
    bottom: 0;
    width: 44%;
    left: 0;
}

input[type='number'],
input[type='password'] {
    width: 100%;
    background-color: #fff;
    height: 3.625rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 1.25rem;
    margin-right: -0.0625rem;
    color: #495057;
    border-radius: 10px !important;
    border: 1px solid #e2e6ea !important;
}





.btn-cust {
    background-color: #6663F1 !important;
    padding: 0px 0px 0px 0px !important;
    min-width: 14.75rem !important;
    height: 5.75rem !important;
    border-radius: 8px 8px 8px 8px !important;
    line-height: 3.625rem !important;
    display: block !important;
    margin: 5px auto 0 !important;
    color: #fff !important;
}


.m-auto {
    margin: auto !important;
}