body {
    font-family: Poppins, sans-serif
}

input[type=text] {
    text-transform: uppercase
}

.form-all {
    border-radius: 7px;
    box-shadow: 0 0 32px #2a2a2a29;
    max-width: 830px
}

.top-box {
    background-color: #247dff;
    border-radius: 6px 6px 0 0;
    padding-left: 50px;
    box-shadow: 0 0 32px #2a2a2a29
}

.sub-content {
    color: #053f87;
    font-size: 13px
}

h3.form-header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-top: 20px
}

.header-small {
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    opacity: 60%
}

.box-style {
    border-color: #b8bdc9;
    font-size: 1em;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    display: block
}

.fontSize {
    font-size: 14px !important
}

.headcolor {
    color: #247dff
}

.fontWeight {
    font-weight: 500
}

.form-outer {
    padding: 20px
}

.padRight {
    padding-right: 10px
}

.pad-botm {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px
}

label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000a8
}

.form-control {
    font-size: 13px !important
}

.heading-row {
    margin-bottom: 10px;
    margin-top: 10px
}

.heading-row h2 {
    color: #247dff;
    position: relative;
    overflow: hidden;
    font-size: 20px
}

.heading-row p {
    font-size: 15px
}

select {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/select-arrow.png);
    -webkit-background-size: 13px 13px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right 7px
}

.bodybg {
    background-image: url(https://forms.edunexttechnologies.com/forms/rp-goenka/login/edunext_login.svg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    transition: .25s ease all;
    background-size: 314px;
    background-position-y: -15px;
    background-position-x: -15px
}

.error {
    color: red;
    font-size: 12px
}

.img-logo {
    position: absolute;
    top: 28px;
    width: 101px
}

.logoimg {
    width: 250px
}

.submitbtnstyle {
    background: #247dff;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500
}

@media only screen and (max-width:576px) {
    .img-logo {
        width: 63px;
        top: 25px
    }

    h3.form-header {
        margin-top: 35px
    }

    .logoimg {
        width: 214px;
        margin-left: 20px
    }

    .top-box {
        padding: 0 22px
    }

    .form-header {
        font-size: 16px
    }

    .header-small {
        font-size: 9px
    }
}

.textTrans {
    text-transform: none !important
}

.datepicker {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 12px center;
    background-size: 12px
}

#dob-datepickerto {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 12px center;
    background-size: 12px
}

#dob-datepickerFrom {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 12px center;
    background-size: 12px
}

.svg-star {
    filter: #00f;
    width: 50px;
    height: 50px
}

.heading-row p {
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.heading-row p .padd-left {
    padding-left: 2px
}

.heading-row .textTrans {
    text-transform: none !important
}

.heading-row span {
    font-weight: 500
}

.heading-row span span {
    width: 30%;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .heading-row span span {
        display: inline-block;
        font-weight: 400;
        width: 200px
    }
}

.heading-row p img {
    padding-right: 5px
}

.padLeft {
    padding-left: 30px !important
}

input:focus {
    box-shadow: none !important;
    outline: 0 !important
}

select:focus {
    box-shadow: none !important;
    outline: 0 !important
}

@media (min-width:768px) {
    .heading-row h2:after {
        content: "";
        background: #247dff;
        width: 100%;
        height: 1px;
        position: absolute;
        margin-left: 10px;
        top: 13px
    }
}