.reg-sec {
    height: 100vh;
    text-align: left;
    padding: 10px 0 60px 0;
    overflow: auto;
}

.reg-cont {
    background-color: #ffffff77;
    border-radius: 5px;
    width: 40%;
    height: 100%;
    margin: auto;
    display: inline-block;
    text-align: left
}
.logoz {
    margin: 0 auto;
    display: block;
    max-width: 170px;
    margin-bottom: 20px;
}
label {
    font-weight: 600;
    color: #666;
}

body {
    background-size: cover;
}

.box8 {
    box-shadow: 0px 0px 5px 1px #999;
}

.mx-t3 {
    margin-top: -3rem;
}

input[type=checkbox],
input[type=radio] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/*input[type=checkbox] ~ label::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    height: 1.3125rem;*/
/*    width: 1.3125rem;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 3px;*/
/*    z-index: 0*/
/*}*/

input[type=checkbox]:before {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: -12px;
    top: 3px
}

input[type=checkbox]:checked::before {
    z-index: 1
}
@media (max-width: 575px) {
    .container {
        margin-top: 0 !important;
    }
    .box8 {
        padding: 10px 10px;
    }
    .mx-t3 {
        margin: 0 !important;
    }
    .mt-5 {
        margin: 30px 0 0 !important;
    }
    .my-3 {
        margin: 6px 0 !important;
    }
    label {
        margin-bottom: 5px;
    }
}
