.mb-3 {
    margin-bottom: 1rem !important;
}

.top-margin {
    margin-top: 100px;
}

.bottom-margin {
    margin-bottom: 100px;
}

.pwd-registrationform {
    /*width: 991px;*/
    margin: 0 auto;
}

.pwd-registrationform .logo-area {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.pwd-registrationform .logo-area img {}

.pwd-registrationform .banner-area {
    float: left;
    width: 100%;
}

.pwd-registrationform .banner-area img {
    width: 100%;
}

.pwd-registrationform h1 {
    float: left;
    width: 100%;
    color: #cd0d34;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 25px 0 25px 0;
}

.pwd-registrationform h1 span {
    border-bottom: 2px solid #cd0d34;
    padding: 0 0 7px 0;
}

.pwd-registrationform p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
}

.pwd-registrationform p.note {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 15px 0 0 0;
    font-weight: 600;
}

.pwd-registrationform h4 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.pwd-registrationform h6 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.pwd-registrationform .breaktext {
    color: #b22222;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 2px solid #b22222;
    padding: 0 0 0 0;
    font-size: 14px;
    background: #eee;
}

.pwd-registrationform .breaktext span {
    background: #fff;
    padding: 1px 10px 1px 10px;
}

.pwd-registrationform .formarea {
    float: left;
    width: 100%;
    height: auto !important;
    padding: 0 35px 35px 35px;
}

.pwd-registrationform .formarea form {
    margin: 0;
    padding: 0;
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 15px;
    /*    font-size: inherit;*/
    line-height: 1.3;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
}

.pwd-registrationform a i {
    color: #fff;
    background: #B51E1E;
    border-radius: 30px;
    padding: 3px 4px;
    /*
  width: 15px;
  height: 15px;
*/
    font-size: 10px;
}

.inputform {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 7px 10px !important;
    height: 38px !important;
}

.save-btn {
    background: #57b846;
    border-radius: 3px;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 16px;
    float: left;
    color: #fff;
    margin-right: 15px;
}

.save-btn:hover {
    background: #4dae3c;
    color: #fff;
}

.cancel-btn {
    background: #ddd;
    border: 1px solid #ccc;
    border-radius: 3;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 16px;
    float: left;
    color: #000;
    margin-right: 15px;
}

.btn {
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    cursor: pointer;
    font-family: roboto, arial, helvetica neue, sans-serif;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
    font-weight: 700;
}



.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 13px 0 0;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: left;
}

.checkbox input {
    display: none;
}

.checkbox span {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
    padding: 0;
}

.checkbox input:checked+.default:after {
    border-color: #444;
}

.checkbox input:checked+span:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    border-color: #555;
}

.checkbox span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '';
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 8px;
}


@media only screen and (min-width:768px) and (max-width: 991px) {
    .form-group {
        margin-bottom: 0;
    }

    .col-form-label {
        font-size: 14px;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .inputform {
        margin-bottom: 10px;
    }

    .pwd-registrationform p {
        margin: 0;
    }

    .pwd-registrationform p br {
        display: none;
    }

    .pwd-registrationform .breaktext {
        margin-top: 15px;
    }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
    .form-group {
        margin-bottom: 0;
    }

    .col-form-label {
        font-size: 14px;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .inputform {
        margin-bottom: 10px;
    }

    .pwd-registrationform p {
        margin: 0;
    }

    .pwd-registrationform p br {
        display: none;
    }

    .pwd-registrationform .breaktext {
        margin-top: 15px;
    }
}

.agreecheck {
    display: flex;
    align-items: center;
}