body{
    min-height: 100vh;
    background: url('../../img/banner-bg.jpg');
    background-size: cover;
    /* background: linear-gradient(0deg, #8611ca 0%, #a9d7e6 80%); */
}
.tab-pane-header{
    font-size: 32px;
    padding: 25px 25px 5px 25px;
    font-weight: bold;
    text-decoration: underline;
}
@media (min-width: 991px) {
    .packages-panel{
        margin: 5px 100px;
    }
}
@media (max-width: 990px) {
    .packages-panel{
        margin: 5px 15px;
    }
}
#packages-pane-body{
    padding-top: 25px;
}
.institute-package-img{
    background-image: url('../../../../img/institute.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.student-package-img{
    background-image: url('../../../../img/student.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .institute-package-img{
    background-image: url('../../../../img/institute2.png');
}

.btn-package:hover .student-package-img{
    background-image: url('../../../../img/student2.png');
}
.txt-package{
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: black;
}
#packages-pane-footer{
    padding: 10px;
}
#student-pane{
    color: white;
}

.login-wrapper{
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
    padding: 80px 55px 30px 55px;
}
@media(max-width: 480px){
    .login-wrapper{
        padding: 80px 20px 10px 20px;
    }
}

.login-form{
    width: 100%;
}
.login-form-title{
    font-size: 30px;
    color: #4b2354;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 57px;
}
.login-input-wrapper{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}
.login-input{
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;
    width: 100%;
    height: 62px;
    background: transparent;
    padding: 0 20px 0 23px;
}
input{
    outline: none;
    border: none;
}
input::placeholder{
    color: #4b2354;
}
.focus-login-input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.login-form-btn-container{
    width: 100%;
    justify-content: center;
}
.login-form-btn{
    margin: 10px;
    justify-content: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #bd59d4;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
}
.login-form-btn:hover{
    background-color: #4b2354;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}
.login-form-btn:focus{
    background-color: #4b2354;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}
button{
    outline: none;
    border: none;
    background: transparent;
}
.login-form-link-text{
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: x-small;
}
.login-form-link-wrapper{
    padding-bottom: 5px;
}
.login-form-link{
    font-size: 16px;
    line-height: 1.4;
    color: #4b2354;
}
.login-form-link:hover{
    font-size: 16px;
    line-height: 1.4;
    color: #0056b3;
}
#teacher-pane{
    padding-top: 50px !important;
}
#institute-pane{
    padding-top: 50px !important;
}
#student-pane{
    padding-top: 50px !important;
}
#company-pane{
    padding-top: 50px !important;
}
.manager-img{
    background-image: url('../../../../img/ceo.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .manager-img{
    background-image: url('../../../../img/ceo2.png');
}
.employee-img{
    background-image: url('../../../../img/employee.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .employee-img{
    background-image: url('../../../../img/employee2.png');
}
.main-account-img{
    background-image: url('../../../../img/mainaccount.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .main-account-img{
    background-image: url('../../../../img/mainaccount2.png');
}
.teacher-img{
    background-image: url('../../../../img/teacher.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package{
    min-height: 100px;
    background: #cfd7dd;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.btn-package-disabled:hover{
    background: linear-gradient(270deg, #ffffff 0%, #686868 100%) !important;
    color: red !important;
    cursor: not-allowed;
}
.btn-package-disabled .img{
    background-image: url('../../../../img/disabled.png') !important;
}
.btn-package-disabled:hover .img{
    background-image: url('../../../../img/disabled.png') !important;
}
.btn-package:hover{
    background: linear-gradient(270deg, #33a2ff 0%, #1768ab 100%);
    color: white;
}
.btn-package:hover .txt-package{
    color: white;
}
.btn-package:hover .teacher-img{
    background-image: url('../../../../img/teacher2.png');
}
.helper-img{
    background-image: url('../../../../img/helper.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .helper-img{
    background-image: url('../../../../img/helper2.png');
}
.owner-img{
    background-image: url('../../../../img/owner.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .owner-img{
    background-image: url('../../../../img/owner2.png');
}
.staff-img{
    background-image: url('../../../../img/staff.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .staff-img{
    background-image: url('../../../../img/staff2.png');
}
.student-img{
    background-image: url('../../../../img/student.png');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-package:hover .student-img{
    background-image: url('../../../../img/student2.png');
}