html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/
/*for Tab control*/
div.login-logout-tab div.card.header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab li.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #495057;
    text-align: center;
}

.btn-login {
    color: #fff !important;
    width: 100%;
    padding: 12px;
    box-shadow: none;
    border-color: #006e96 !important;
    background-color: #006e96 !important;
}

.btn-sso {
    width: 100%;
    padding: 12px;
    box-shadow: none;
    border-color: #006e96 !important;
    border-radius: 4px;
    background-color: transparent;
}

.form-control {
    max-width: 100% !important;
    padding: 12px !important;
    background: none;
   /* border: 1px solid #4A4A4A;*/
    border-radius:4px !important;
}



/*Index styles*/
.btnStyle {
    font-size: 16px;
    background-color: #A5D867;
    background-image: linear-gradient(to bottom right, #A5D867, #00A9C7);
    border-radius: 5px;
}

.btn-session {
    color: #fff !important;
    padding: 6px;
    box-shadow: none;
    border-color: #006e96 !important;
    background-color: #006e96 !important;
}

.fnt48 {
    font-family: arial;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2.813rem;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

#ContactForm .btnsub {
    width: 16.88rem;
    margin-top: 20px;
    height: 3.75rem;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    background-color: #A5D867;
    background-image: linear-gradient(to bottom right, #A5D867, #00A9C7);
    border-radius: 5px;
    color: #ffffff;
}

.sessionname {
    color: rgb(0, 144, 170);
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration-line: none;
    flex-shrink: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.flex-grow-1 li a {
    font-family: arial !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    color: #1b1c1b;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jss2125 {
    overflow: hidden;
    font-size: 22px;
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    top: -1rem !important;
    opacity: 1 !important;
    background: #189dbc !important;
    border: 1px solid transparent !important;
}

.nav-tabs .nav-link {
    display: block;
    font-family: arial;
    color: #000000;
    text-align: center;
    z-index: 1;
    border: 1px solid #cbcbcb;
    transition: none;
    font-size: 1.75rem;
}

.card-title {
    flex-shrink: 1;
    overflow: hidden;
    font-size: 18px;
    color: rgb(0, 144, 170);
    font-weight: bold;
}