@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

.form-control:focus {
    outline: none;
    box-shadow: none;
}
/* .form-holder {
      display: flex;
      flex-direction: column;
      text-align: center;
      min-height: 100vh;
      margin-top: 30px;
} */
.form-body {
    padding: 0 60px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

* {
    box-sizing: border-box;
}

.form-content .form-box {
    position: relative;
}

.form-holder {
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.navbar-brand.logo img {
    max-width: 200px;
    height: auto;
}

.form-content .form-box i {
    color: #8D8D8D;
    font-size: 22px;
    margin: 0 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

.form-check-input:checked {
    background-color: #aa4788;
    border-color: #aa4788;
}

.form-content .form-box .form-control {
    float: left;
    margin: 0;
    padding: 10px 0;
    padding-left: 40px;
    border: 1px solid #e1e1e1;
    height: 45px;
    border-radius: 4px;
}

    .form-content .form-box .form-control.textarea {
        float: left;
        margin: 0;
        padding: 10px;
        border: 1px solid #e1e1e1;
        height: 100px;
        border-radius: 4px;
    }

.form-content .form-box .form-control {
    font-size: 14px;
}

.form-content .form-items {
    border: 3px solid #38257b;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0px 12px 8px 0px rgb(11 11 11 / 20%);
}

.form-content .form-box input:hover, .form-content .form-box textarea.textarea:hover, .form-content .form-box input:focus, .form-content .form-box textarea.textarea:focus {
    border-color: #aa4788;
    background-color: #fff;
}

    .form-content .form-box input:focus ~ i {
        color: #aa4788;
    }

.form-content h3 {
    color: #222;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

    .form-content h3.form-title {
        margin-bottom: 30px;
    }

.form-content p {
    color: #222;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #222;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #495056;
    outline: none !important;
    border: none !important;
    box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

    .form-content textarea:hover, .form-content textarea:focus {
        border: 0;
        background-color: #ebeff8;
        color: #8D8D8D;
    }

.was-validated .form-box ~ .invalid-feedback {
    display: block;
}

.form-check-label {
    font-size: 12px;
}

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback {
    color: #ff606e;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 13px;
}

.valid-feedback {
    color: #2acc80;
}

#customers-testimonials2 img {
    width: 120px;
    margin: 0 auto;
}

.owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.form-holder .logo {
    width: 210px;
    text-align: center;
    float: center;
    margin: 80px 0 10px;
}

.logo-center {
    width: 210px;
    margin: 80px auto 20px;
    display: block;
}

.login_bg {
    background: url('../images/formify-bg-17.png') no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0 30px;
}

#customers-testimonials2 .owl-item p {
    padding-right: 20px;
    text-align: center;
}

.welcome_box {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

    .welcome_box h2 {
        font-size: 50px;
        font-weight: 700;
    }

    .welcome_box p {
        color: #fff;
        font-size: 18px;
        line-height: 28px
    }

    .welcome_box .rating-box ul li img {
        height: 46px;
    }

    .welcome_box .rating-box ul li:first-child {
        margin-left: 0;
    }

.field-icon {
    float: right;
    top: 9px !important;
    right: 0;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    opacity: 0.5;
    cursor: pointer;
    height: 0;
}

.welcome_box_login {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    color: #fff;
}

    .welcome_box_login h3 {
        color: #fff;
    }

    .welcome_box_login h3 {
        font-weight: 700;
    }

    .welcome_box_login li {
        list-style: none;
    }

    .welcome_box_login p {
        color: #fff;
        font-size: 18px;
        float: left
    }

.form-box .iti {
    width: 100%;
}

.stats_wapper {
    padding-bottom: 40px;
}

.stats {
    background: #f8f5ff;
    text-align: center;
    padding: 15px 10px 10px;
    border-radius: 6px;
    height: 220px;
    border: 1px solid #61009d;
    color: #16045e;
}

    .stats h3 {
        font-size: 35px;
        font-weight: 700;
        margin: 0;
        color: #6e0099;
    }

    .stats h4 {
        font-weight: 600;
        font-size: 20px;
        margin: 10px 0 10px;
    }

    .stats p {
        margin: 0;
        line-height: 18px;
    }

.rating-box {
    margin-top: 10px;
}

    .rating-box ul {
        padding: 0;
        margin: 0 auto;
    }

        .rating-box ul li {
            float: left;
            margin: 5px;
            list-style: none;
        }

            .rating-box ul li img {
                height: 38px;
            }

.skp_btn_lg {
    border-radius: 30px;
    padding: 0 30px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    border: none;
}

.skp_btn_main, .skp_btn_main_sm {
    color: #fff !important;
    background-size: 200% 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 9px 16px 0px rgba(159,56,233,0.3);
    -moz-box-shadow: 0px 9px 16px 0px rgba(159,56,233,0.3);
    box-shadow: 0px 9px 16px 0px rgba(159,56,233,0.3);
    background-image: linear-gradient(to right, #5c0ba1,#a83eea,#fc8184,#a83eea,#6a22a7);
    text-align: center;
}

    .skp_btn_main:hover, .skp_btn_main_sm:hover, .btn_bdr_gradient:hover, .skp_btn_lg:hover {
        background-position: 100% 0;
        color: #fff;
        text-decoration: none;
    }

.was-validated .field-icon {
    display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid:focus ~ .field-icon {
    background-image: right calc(.375em + 1.5rem) center;
    display: block;
}

#logos-slider_color .owl-item {
    background-color: #fff;
    border-radius: 6px;
}

#logos-slider_color .item {
    margin: 10px;
}

#registration .form-check .form-check-input {
    margin-left: -1.5em;
}

.form-content .digit-group input {
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #e3e3e3 !important;
    margin: 5px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #4b4bdd;
    margin: 0 2px;
}

.form-content.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.form-content .prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

@media(max-width:1199px) {
    .welcome_box .rating-box ul {
        margin: 0;
    }

    .form-body {
        padding: 0 20px 60px;
    }

    .login_bg {
        padding: 0 30px 30px;
        height: auto;
    }
}

@media(max-width:767px) {
    .form-holder .logo {
        margin: 60px 0 30px;
    }

    .form-content .form-items {
        padding: 20px;
    }

    .digit-group .clearfix {
        display: flex;
    }

    .form-content .digit-group input {
        width: 100%;
    }
}

@media(max-width:420px) {
    .form-content .form-items {
        padding: 20px;
    }

    .digit-group .clearfix {
        display: flex;
    }

    .form-content .digit-group input {
        width: 100%;
    }
}
