.reg-heading-sec,
.teacher-img-sec {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald
}

.reg-screen-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #e7eef6
}

.reg-screen-card {
    min-width: 580px;
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

@media (max-width:768px) {
    .reg-screen-card {
        min-width: 420px;
        border-radius: 0
    }

    .reg-screen-body {
        display: block;
        background-color: #f8f8fa
    }
}

@media (max-width:425px) {
    .reg-screen-card {
        min-width: 310px
    }
}

.reg-heading-sec {
    line-height: 3;
    margin: 16px 0 8px
}

.reg-heading-sec div a {
    color: #194f9c
}

.reg-form-section-him .form-group {
    margin-bottom: 12px
}

.reg-form-section-him .form-group input[type=submit] {
    width: 100%;
    color: #fff;
    background-color: #ab2626;
    border: none;
    border-radius: 6px;
    padding: 12px;
    margin-top: 14px;
    letter-spacing: 1px
}

.reg-form-section-him .form-label {
    margin-bottom: 2px;
    margin-left: 4px
}

.inst-pass-sec-him {
    display: flex;
    justify-content: space-between
}

.reg-form-section-him .form-control {
    height: 45px
}

.reg-form-section-him input[type=email],
.reg-form-section-him input[type=password],
.reg-form-section-him input[type=text] {
    font-size: 14px
}

.reg-screen-body input[type=checkbox] {
    accent-color: #638cc5
}