body.login,
body.reset {
    background: #E33961 url('/img/overlay-app-bg-whatsapp.png');
}
.form-container .content-title {
    background-color: transparent !important;
    padding: 0;
    border-radius: 5px;
    color: #D72877;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.form-container .content-title:before {
    display: none;
}

.form-container .title-area p {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.form-container .login-form label {
    font-weight: 700;
}

.form-container .login-form .has-feedback {
    position: relative;
}

.form-container .login-form .form-control-feedback {
    position: absolute;
    right: 5px;
    top: 43px;
    color: #aaa;
}

.form-container .login-form .form-control {
    background-color: transparent !important;
    border-bottom: 1px solid #848484;
    border-radius: 0;
    padding: 0;
}

.form-container .login-form .form-control:focus {
    box-shadow: none;
}

.form-container .login-form .form-check {
    padding-left: 0;
}

.form-container .login-form .form-check input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.form-container .remember_forget a {
    color: rgb(215, 40, 119) !important;
    font-weight: 700;
    font-size: 16px !important;
    padding: 0;
}

.form-container .loginBtns button {
    background: #D72877;
    border-radius: 0;
}

.form-container .loginBtns button:hover {
    background: #D92555;
}

.form-container .loginBtns button i {
    font-size: 10px;
}

.form-container .loginBtns a {
    padding: 0;
    font-weight: 700;
}

.form-container .loginBtns a.regBtn {
    color: #848484 !important;
    margin: 15px 0;
}

.form-container .subscribeBtns .vr {
    width: 2px;
    height: 20px;
    background: #ccc;
}

.form-container .subscribeBtns a:hover {
    text-decoration: none;
}

.form-container .subscribeBtns .subscribeP {
    color: #FF9C02 !important;
    text-decoration: underline;
}

.form-container .subscribeBtns .subscribeT {
    color: #0088EB !important;
    text-decoration: underline;
}

.SCHOOL_SUPPORT .btn {
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc;
}

.SCHOOL_SUPPORT .btn-default {
    color: #FFF !important;
    background-color: #681088;
    border-color: #681088;
    text-transform: uppercase;
}

.SCHOOL_SUPPORT .btn-default:hover {
    color: #FFF !important;
    background-color: #661683;
}

.PRINCIPAL .btn-first-login {
    background: linear-gradient(23deg, #0AAA22, #08FF00) !important;
    animation: pump 1s ease 5s infinite alternate;
}

/* welcome, password change modal (SCHOOL_TEACHER) */
.SCHOOL_TEACHER #passwordChangeModal .modal-header {
    display:none;
}
.SCHOOL_TEACHER #passwordChangeModal .main-body h5 {
    color: #000;
    font-size: 1.5rem;
}
.SCHOOL_TEACHER #passwordChangeModal .main-body p {
    line-height: 30px;
    font-size: 1.1rem;
}
.SCHOOL_TEACHER #passwordChangeModal .counter-bg {
    padding: 0 20px;
}
.SCHOOL_TEACHER #passwordChangeModal .counter-bg a {
    font-size: 1.1rem;
}
.SCHOOL_TEACHER #passwordChangeModal .modal-footer #close {
    width: 100px;
    margin-right: 20px;
}
#accordion .row:not(:last-child) {
    padding: 10px;
    border: 2px solid #eee;
    margin-bottom: 20px !important;
    transition: border 0.3s ease;
    display:none;
}
#accordion .row:not(:last-child):hover {
    border: 2px solid #aaa;
}
#accordion .row .btn-add-class {
    display:none;
}
#accordion h1 {
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
}
#accordion h1 i {
    position: absolute;
    right: 0;
    top: 15px;
    transform: translateY(-50%);
}
#accordion h1 em {
    font-style: unset;
    display: block;
    width: 100%;
}

/* teacher and parent registration popup */
#loginAppBtn {
    font-size: 1.4rem !important;
}
#loginAppBtn i {
    font-size: 1.2rem !important;
}

/* pagination */
.SCHOOL_TEACHER .btn,
.SCHOOL_STUDENT .btn {
    color: #212529 !important;
}

.SCHOOL_TEACHER .btn.btn-red,
.SCHOOL_TEACHER .btn.btn-purple,
.SCHOOL_TEACHER .btn.btn-violet,
.SCHOOL_TEACHER .btn.btn-default,
.SCHOOL_TEACHER .accordion button.text-white,
.SCHOOL_TEACHER .btn.custom-btn,
.SCHOOL_TEACHER .btn.custom-submit,
.SCHOOL_STUDENT .btn.btn-red,
.SCHOOL_STUDENT .btn.btn-purple,
.SCHOOL_STUDENT .btn.btn-violet,
.SCHOOL_STUDENT .btn.btn-default,
.SCHOOL_STUDENT .btn.custom-btn,
.SCHOOL_STUDENT .btn.custom-submit {
    color: #FFF !important;
}

.SCHOOL_TEACHER .btn.btn-default.btn-sup span {
    color: #000 !important;
}

@keyframes pump {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width:1100px) and (max-width: 1900px) {
    .form-container {
        width: 80% !important;
    }
    .form-container .form-image img {
        height: 550px !important;
        object-position: right;
    }
    .form-container .content-title {
        font-size: 30px;
    }
    .form-container .content-title p {
        font-size: 12px;
    }
    .registration-area {
        padding: 2vw !important;
        height: 550px !important;
    }
    .registration-area form {
        margin-top: -10px !important;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .form-container .registration-area {
        padding: 1.3vw 2vw !important;
    }
    .form-container .title-area p {
        font-size: 11px;
    }
    .form-container .login-form .form-check input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .form-container .remember_forget .form-check label,
    .form-container .remember_forget a {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-container {
        width: 70vw !important;
    }
    .form-container .form-image img {
        object-position: right;
    }

    .form-container .content-title {
        font-size: 30px;
    }

    .form-container .content-title p {
        font-size: 12px;
    }

    .registration-area form {
        margin-top: -10px !important;
    }

    .reset .registration-area form {
        margin-top: 0 !important;
    }

    .form-container .subscribeBtns {
        flex-direction: column;
        height: 50px;
        align-items: flex-start !important;
    }

    .form-container .subscribeBtns .vr {
        display: none;
    }

    .form-container .loginBtns a.regBtn {
        margin: 5px 0 !important;
    }
}

@media (max-width: 992px) {
    .parent-bg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form-container {
        flex-direction: column;
        width: 100% !important;
    }
    .form-container .form-image {
        display: none;
    }
    .form-container .login-form {
        width: 100% !important;
    }
    .form-container .registration-area {
        height: auto !important;
        border-radius: 0 !important;
    }
    .form-container .content-title {
        font-size: 30px;
    }
    .form-container form {
        margin-top: 0 !important;
    }
    .form-container .remember_forget {
        flex-direction: column;
        justify-content: space-between !important;
        align-items: flex-start !important;
        height: 55px;
    }
    .form-container .subscribeBtns {
        flex-direction: column;
        height: 50px;
    }
    .form-container .subscribeBtns .vr {
        display: none;
    }
}