.wizard {
    border-radius: 5px;
    border: 1px solid #ddd;
    border-top-color: #cebaff;
}

.wizard .tab-content {
    padding: 20px;
    border: 0px solid #D4D4D4;
    background-color: #fff;
    text-align: left;
}


.wizard-inner>.nav-tabs {
    border: 0;
    border-bottom: 1px solid #cebaff;
    padding: 0px;
    background: #f0eaff;
    border-radius: 0;
    border-top-right-radius: 5px;
    list-style: none;
    overflow: hidden;
}

.wizard-inner>.nav-tabs li+li:before {
    padding: 0;
}

.wizard-inner>.nav-tabs>li>a {
    color: #2a1455;
    text-decoration: none;
    padding: 12px 0 12px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f0eaff;
    transition: none;
}

.wizard-inner>.nav-tabs>li>a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f0eaff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.wizard-inner>.nav-tabs>li>a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #cebaff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.wizard-inner>.nav-tabs>li:first-child>a {
    padding-left: 15px;
}

.wizard-inner>.nav-tabs>li>a:hover {
    color: #402477;
    text-decoration: none;
    outline-style: none;
    background: #f0eaff;
    border-color: #f0eaff;
}

.wizard-inner>.nav-tabs>li>a:hover:after {
    border-left-color: #f0eaff;
}


.wizard-inner>.nav-tabs>li>a.active {
    border-color: #2a1455 !important;
    color: #fff !important;
    background: #2a1455 !important;
}

.wizard-inner>.nav-tabs>li>a.active:after {
    border-left: 30px solid #2a1455 !important;
}


.wizard-inner>.nav-tabs>li>a.disabled,
.wizard-inner>.nav-tabs>li>a.disabled:hover {
    color: #9277c6  !important;
}

.profile-img img {
    border-radius: 50%;
    margin: 30px auto;
    display: block;
    width: 160px;
    height: 160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
}



.optionbox {
    padding: 40px 20px 20px;
    text-align: center;
    background: #fff;
    width: 400px;
    margin: 10px 10px 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.102);
    border-radius: 6px;
    position: relative;
}
.optionbox p {
    min-height: 60px;
    margin-top: 20px;
}
.option-title {
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 8px 20px;
    border: 3px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

.bg-pink {
    background-color: #cf2250;
}

.bg-purple {
    background-color: #2a1455;
}

.padlg {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.card-header {
    padding: 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    background-color: #ffffff;
}
.btn {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}
.star {
    color: red;
}
.captha {
    display: block;
    margin-bottom: 10px;
}
/*Login Box*/
.login-container{
        height: 74vh;
}
.login-box{
    padding: 40px 20px 20px;
    background: #fff;
    width: 400px;
    margin: 10px 10px 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.102);
    border-radius: 6px;
    position: relative;
        margin-top: 100px;

}
.captcha-is{
border: 1px solid #ddd;
    margin-right: 5px;
}
.btn-rounded{
        border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}
.login-footer{
        border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 8px;
}
.login-footer a{
    color: #454545;
    font-weight: 600;
}