.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 16px;
    line-height: 2.15;
    padding-left: 12px;
    padding-right: 12px;
}

.card-registration .select-arrow {
    top: 13px;
}


fieldset {
    border-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

legend {
    font-weight: 500;
}

.banner-img {
    width: 100%;
}

.registration-title {
    font-size: 28px;
    font-weight: 700;
}

.logo-img {
    width: auto;
}

.thank-you-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thank-you-section .card {
    padding: 20px;
    -webkit-box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3px 0 79px 0 rgba(0, 0, 0, 0.08);
}

.thank-you-section p {
    text-transform: capitalize;

}

button.btn-form {
    background-color: #3953a4;
    border-color: #3953a4;
    color: #ffffff;
}

button.btn-form:hover {
    background-color: #3953a4;
    border-color: #3953a4;
    color: #ffffff;
    opacity: .9;
}
.download-link{
    margin-bottom: 32px;
}
.download-link a:hover {
    color: #9e4221;
}

.thank-you-text {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    background-image: linear-gradient(136deg, #3a3a3a 20%, #767676 60%, #393939 80%, #000000 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclipdfds 4s linear infinite
}

@keyframes textclipdfds {
    to {
        background-position: 200%
    }
}

/*Mobile Layout*/
@media only screen and (max-width: 575px) {
    .registration-title {
        font-size: 20px;
    }
}

/*Tablet Layout*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .registration-title {
        font-size: 22px;
    }
}

/* new */
.bg-img {
    background-image: url('../front/img/students-login2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-img .row {
    align-content: center;
    justify-content: center;
    align-items: center;
}
