html {
    height: 100%;
}
body{
    background:#0a1c5d;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.wrapper {
    width: 80%;
    /*min-width: 1000px;*/
    min-height: 100%;
    margin:0 auto;
    background:#f6f8ff;
    height: auto !important;
    height: 100%;
}
.content {
    padding: 0 0 100px;
}
.footer{
    background:#03165c;
    margin: -100px auto 0;
    /*min-width: 1000px;*/
    height: 100px;
    position: relative;
    color:#ffffff;
    text-align:center;
}
.footer a{
    color:#ffffff;
    text-decoration:none;
}
.center{
    margin: auto;
}
.block-content{
    text-align:center;
}
.step-title{
    color:#1a0a6f;
    font-weight:700;
    font-size:42px;
    text-align:center;
}
.wiz-steps{
    margin-top: -47px;
}
.wiz-steps .step{
    display:block;
    width:35px;
    height:35px;
    padding:4px;
    border:2px solid #ffffff;
    border-radius:50%;
    background:#ffffff;
    color:#2b1d79;
    margin:0 auto;
    font-weight:700;
    box-shadow: 0 0 15px rgba(9,9,9,0.2);
}
.wiz-steps .current .step{
    border:2px solid #ffffff;
    color:#232a3d;
    background:#ffffff;
}
.wiz-steps .current .step{
    border:2px solid #21b8d5;
    color:#232a3d;
    background:#ffffff;
    box-shadow: none;
}
.wiz-steps .completed .step{
    border:2px solid #21b8d5;
    color:#ffffff;
    background:#21b8d5;
    box-shadow: none;
    cursor:pointer;
}

.step-wrapper{
    background:#ffffff;
    border:solid 1px #f6f8ff;
    box-shadow: 0 15px 50px rgba(9,9,9,0.1);
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    width:80%;
    margin: 40px auto;
    padding: 30px 0;
    color:#7a7a7b;
}
.step-wrapper h1{
    margin-top:30px;
    margin-bottom:50px!important;
}
.step-wrapper input{
    padding:15px 30px;
    border-radius:30px;
    margin:0 auto 30px auto;
    width:80%;
    height:auto!important;
}
#step4 h3{
    text-align:left;
    color:#000000;
    font-size:24px;
}
.step-wrapper input[type="button"], .plan-footer input[type="button"],#step1 input[type="submit"],#step4 input[type="submit"]{
    margin:0 auto 5px auto;
    cursor:pointer;
    color:#ffffff;
    width:50%;
    min-width:120px;
    border:transparent;
    font-weight:700;
    background: #7458a7; /* Old browsers */
    background: -moz-linear-gradient(left, #7458a7 0%, #21b9d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7458a7 0%,#21b9d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7458a7 0%,#21b9d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7458a7', endColorstr='#21b9d6',GradientType=1 ); /* IE6-9 */
}
.switcher{
    margin:20px auto 40px auto;
}
.switcher span{
    background:#ffffff;
    border:solid 1px #d3d1e3;
    display:inline-block;
    margin:0 -2px;
    color:#21b8d5;
    padding:5px 10px;
    cursor:pointer;
    font-weight:600;
}
.switcher .left{
    border-right:none;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;

}
.switcher .right{
    border-left:none;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.switcher .active{
    background:#21b8d5;
    color:#ffffff;
}
.plan{
    border:solid 1px #d3d1e3;
    border-radius:10px;
    box-shadow: 0 15px 50px rgba(9,9,9,0.1);
}
.plan-header{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom:solid 1px #d3d1e3;
    margin-bottom:20px;
    padding:10px;
    color:#ffffff;
    font-weight:700;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #7458a7 0%, #21b9d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7458a7 0%, #21b9d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7458a7 0%, #21b9d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7458a7', endColorstr='#21b9d6',GradientType=0 ); /* IE6-9 */
}
.plan-body h3{
    color:#21b8d5;
    font-size:35px;
    font-weight:700;
}
.plan-body p{
    color:#21b8d5;
}
.plan-footer{
    margin-top:20px;
    border-top:solid 1px #d3d1e3;
    padding: 30px 0;
}
.darkblue{
    color: #1a0a6f;
}
.blue{
    color:#21b8d5;
}
.step-block{
    padding:0 50px;
}
.step-block ul{
    list-style:none;
}
.step-block ul li{
    float:left;
    width:50%;
    margin:0 0 20px 0;
    padding:0;
}
#id_account_type{
    width:80%;
    margin:0 auto 40px auto;
    display:flex;
    padding:0;
    justify-content: space-evenly;
}
#id_account_type li{
    width:33%;
    max-width: 150px;
    border:solid 2px #ced4da;
    border-radius:30px;
    margin-right:3.3%;
    height:55px;
}
#id_account_type li:last-child{
    margin-right:0;
}
#id_account_type li label{
    width:100%;
    height:51px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.acctypeactive{
    border:solid 2px #725ba8!important;
}
#id_account_type li input{
    display:none;
}
#id_payment_type {
    clear:both;
}
#manager_account_wiz{
    display:none;
}
.step-block ul li input{
    margin:0;
}
#payment_form{
    border-top:solid 1px #d3d1e3;
    border-bottom:solid 1px #d3d1e3;
    padding:20px 20%;
    margin:0 -50px 0 -50px;
    background: #f6f8ff;
}
#payment_form input, .managed_accounts input{
    padding: 7px;
    font-size: 13px;
    border: solid 1px #d3d1e3;
    border-radius: 3px;
    width:100%;
    margin:0 auto;
}
#payment_form select{
    padding: 7px;
    font-size: 13px;
    border: solid 1px #d3d1e3;
    border-radius: 3px;
    background:#ffffff;
}

#payment_form label{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}
#payment_form .cc-cvv{
    float:left;
    width:50%;
    text-align:left;
}
#payment_form .helptext{
    display:none!important;
    font-size: 10px;
    line-height: 10px;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.cclist{
    list-style: none;
    padding: 0;
    margin: auto 0;
}
.cclist li{
    border: solid 2px #d3d1e3;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(9,9,9,0.1);
    position:relative;
    margin-right:10px!important;
    width: calc(25% - 10px)!important;
    flex:none;
}
.cclist li .cower{
    display:none;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 25px;
    height: 25px;
    background: url(/static/images/cc-border.png) no-repeat top left;
}
.cclist li.active{
    border: solid 2px #386dec;
}
.cclist li.active .cower{
    display:block;
}
#totlprice{
    font-size:18px;
}
.row.total{
    color:#000;
    margin:0 auto 20px auto;
    width:80%;
}
.socialaccount_providers{
    list-style:none;
    padding:0;
}
.socialaccount_providers li{
    margin:0 0 10px 0;
    text-align:center;
    width: 250px!important;
    margin: 0 auto 10px auto!important;
    float: none!important;
}
.socialaccount_provider{
    display:inline-block;
    width:250px;
    height:49px;
    text-indent: -1000px;
    overflow: hidden;
}
.socialaccount_provider.facebook{
    background: url(/static/images/login_fb.png) no-repeat top left;
}
.socialaccount_provider.google{
    background: url(/static/images/login_gp.png) no-repeat top left;
}
.socialaccount_provider.linkedin_oauth2{
    background: url(/static/images/login_in.png) no-repeat top left;
}
.hide{
    display:none;
}
.managed_accounts tfoot td{
    text-align:left!important;
}
.managed_accounts tbody td{
    padding-bottom:20px;
}
.managed_accounts .errorlist{
    margin:3px 0 0 0!important;
}
tfoot .btn{
    padding: 8px 15px;
    border-radius: 20px;
    width: 140px;
    height: auto!important;
}
tfoot .sky-btn{
    color:#ffffff!important;
    font-weight:600;
    background: #7458a7; /* Old browsers */
    background: -moz-linear-gradient(left, #7458a7 0%, #21b9d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7458a7 0%,#21b9d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7458a7 0%,#21b9d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7458a7', endColorstr='#21b9d6',GradientType=1 ); /* IE6-9 */
}
#signup_form .errorlist {
    position:static!important;
    margin:0!important;
}
.step-block ul li {
    float:none!important;
    width:100%!important;
    margin:0!important;
    font-size:12px;
}

@media (max-width: 1000px) {
    #id_account_type {
        width: 90%;
    }
}
@media (max-width: 800px) {
    #id_account_type {
        display: block;
    }
    
    #id_account_type li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .wrapper {
        width: 100%;
    }   
    .step-block {
        padding: 0px;
    }
}
@media (max-width: 544px) {
    .step-wrapper {
        width:90%;
    }
    .step-block {
        padding: 0px 0px;
    }
    
}