.form-control {
    height: 50px !important;
    background: #fff !important;
    color: #495057 !important;
    font-size: 14px !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px
}

.studentLoginForm *, .studentDashboardCard * {
    font-size: 14px;
}

.forgot-header-override * {
    font-size: 16px !important;
}

.studentLoginForm .alert {
    font-size: 13px !important;
}

small.text-muted {
    font-size: 12px !important;
}

.class-date-labels {
    margin-top: 5px !important;
}

.class-date-name_customise {
    margin-top: 5px !important;
}

.customise-class-name {
    width: 100%;
}

h5.card-header {
    font-weight: bold !important;
    font-size: 16px !important;
}


h5.card-title {
    font-weight: normal !important;
}

.slidecontainer {
    float: left !important;
}

.form-section-wrap-inner {
    display: flex;
}

.form-section-wrap-inner label {
    width: 48%;
}

.form-section-wrap-inner label:nth-of-type(2) {
    margin-left: 4%;
}

.form-section-wrap-inner-capacity {
    height: 60px;
}

.capacity-span-wrap {
    width: 100%;
    margin-bottom: 5px !important;
}

.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
    padding: 5px;
    font-size: 13px;
}

.admin_dashboard_header {
    margin-top: 20px;
}

.admin_dashboard_header span.dashboard_header_span {
    font-weight: bold;
    color: #059900;
}

.studentLoginForm {
    min-width: 300px;
    max-width: 300px;
}

.each-class-edit {
    margin-top: 20px !important;
}

.each-element-edit {
    font-weight: bold;
    border-bottom: 1px dashed #059900;
}

.student_dashboard_topper {
    width: 50%;
}


.classIdEdit {
    border-bottom: 0 !important;
}

#loginHeader, #adminDashboardHeader {
    border-bottom: 1px solid #ccc;
}

.portal-panel-pic {
    background: url('../images/bg_3.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.studentDashboardCard p {
    margin-bottom: 0;
}

.uneditable {
    border-bottom: 0 !important;
}

p.not-paid {
    color: red;
}

p.paid {
    color: #059900
}

.pay-btn {
    font-size: 13px;
    padding: 3px 10px 3px 10px !important
}

.pay-btn-payment-page-size-offset {
    font-size: 16px !important;
}

.studentDashboardCard .btn-link {
    color: #059900 !important;
    padding: 0 !important;
    margin-top: 5px;
}

.dashboard_link {
    font-weight: bold;
    font-size: 14px;
}


.studentDashboardCard .btn-link:hover {
    color: #005700 !important;
}

.delete_order, .payment_page {
    font-size: 12px;
    color: #ccc;
}

.payment_page button.btn {
    margin-top: 4px !important;
    margin-right: 5px !important;
}

.del-btn {
    color: #ccc;
}

.del-btn:hover {
    color: #999;
}

.form-wrap {
    width: 400px;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
    box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
}

.form-wrap-dashboard {
    width: 100%;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
    box-shadow: 0px 0px 17px -1px rgba(212,212,212,1);
}

