#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.wizard .steps>ul {
    opacity: 0;
    /* display:none !important; */
}

.steps .clearfix {
    opacity: 0;
}

.page-title-box {
    display: none !important;
}

.register-main {
    min-height: 100vh;
    /* background: url(http://localhost:8000/assets/images/crypto/features-img/form-bg.png); */
    background-repeat: no-repeat;
    background: #f1f1fe;
}

.register-main .container {
    max-width: 900px !important;
}

.register-main .container {
    border-radius: 10px;

}

textarea.form-control {
    height: 41px;
}

.form-control {
    min-height: 41px;
}

.btn-outline-primary {
    color: #173567;
    border-color: #173567;
}

.form-btn {
    width: 11% !important;
}

.btn-outline-primary:hover {
    background-color: #173567 !important;
    border-color: #173567;
    box-shadow: unset !important;
}

label,
h5 {
    color: #000;
    font-size: 15px;
}
.steps {
    display: none;
}

/* h3{
            position:unset !important;
            left:unset !important;
            color:#000 !important;
            
        } */
/* .actions a {
    background-color: #173567 !important;
} */

.card {
    margin-top: -40px;
}
.wizard > .actions > ul {
    text-align: center !important;
}
@media (min-width:767px) and (max-width:1025px) {
    .btn-outline-primary {
        width: 100%;
    }
}

@media(max-width:1025px) {
    .form-btn {
        width: auto !important;
    }
}

/* 17-08-2022 */
@media only screen and (max-width: 600px) {
    .register-main {
        padding: 40px 15px !Important;
    }

    .logo-section.pt-3.text-center {
        padding: 0 !important;
    }

    .main_section {
        margin: 30px 0 0 !important;
        padding: 30px 5px !important;
    }

    .steps {
        display: none;
    }

    .content.clearfix {
        padding: 0 !important;
    }

    .wizard > .actions > ul {
        text-align: center !important;
    }
    .actions a {
        background-color: #173567 !important;
        padding: 10px 30px !important;
        width: 123px !IMPORTANT;
    }

    .form-btn input {
        width: 100% !important;
    }

    .form-btn {
        width: 33.33% !important;
        padding: 0 7px !important;
    }

    .wizard>.content>.body {
        padding: 0 !important;
    }

    h5.sub_title {
        color: #9f0622;
        padding-top: 15px;
    }

    button.btn.btn-outline-primary.mt-3.mt-lg-0 {
        margin: 0 0 0 !IMPORTANT;
        padding: 7px;
        line-height: 0 !important;
    }

    .actions.clearfix ul {
        padding: 20px 0 0 0;
    }

    input[type="file"] {
        min-height: unset !important;
    }
}