:root {
    --primary-color: #137197;
}

* {
    font-family: "PT Sans", sans-serif;
}

.center-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-body {
    overflow: hidden;
}

.base {
    margin-right: 20%;
}

.base_color {
    color: var(--primary-color) !important;
}

.fs-24 {
    font-size: 22px !important;
}

.laa {
    color: var(--primary-color);
}

.t-btn {
    background-color: var(--primary-color);
    padding: 4px 8px;
    text-align: center;
    border-radius: 6px;
    height: 43px;
    color: #FFF;
    font-family: "PT Sans", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ml-9 {
    margin-left: 9px;
}

.t-log-r-section {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
}

.t-log-r-section img {
    height: 100vh;
    width: auto;
    margin-right: 0;
}

.login-role {
    color: var(--primary-color, #137197);
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.26px;
}

input[type=text], input[type=password] {
    border-radius: 6px;
    border: 2px solid var(--primary-color, #137197);
    height: 53px;
}

.icon-mailx {
    position: relative;
    right: 0;
    height: 27px;
    width: 30px;
    background: red url("../../../images/smartschool/svg/mail.svg") no-repeat left;
}

.form-t {
    display: flex;
}

.form-t input[type=text] {
    padding-left: 40px !important;
}

.form-t input[type=password] {
    padding-left: 40px !important;
}

.form-t svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
}

.pl-35 {
    padding-left: 35px !important;
}

#exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

#exTab2 h3 {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}




