body {
    font-family: "poppins", sans-serif !important;
    max-width: 100%;
    overflow-x: hidden;
    background: transparent url('../../images/Group12724.svg') 0% 0% no-repeat padding-box;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.img {
    width: 50%;
}

@media (max-width: 991.98px) {
    .img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .wrap .img {
        height: 250px;
    }
    .wrap {
        width: 90%;
    }
}

.form-group {
    position: relative;
}

.form-group .label {
    font-size: 15px;
    letter-spacing: 1px;
    color: #ec2129;
    font-weight: 600;
}

.form-group a {
    color: gray;
}

.form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ec2129;
}

.btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ec2129;
    color: #fff !important;
}

.otp-input {
    font-size: 30px;
    font-weight: 700;
}

.verify-wrap input {
    height: 56px;
    width: 56px;
    text-align: center;
}
@media (max-width: 520px) {
    .verify-wrap input {
        height: 25px;
        width: 24px;
    }
    .verify-wrap input{
        height: 35px;
    }
}