html {
  height: 100%;
}
body {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
}
p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
.sidebarSec{
    min-width: 270px;
    max-width: 270px;
    background: #07162f;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.contentSection{
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.toggleSection{
    display: inline-block;
    /* position: absolute; */
    top: 10px;
    right: 0;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.toggleSection .btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #18315b;
    border: 0px solid;
}
.components li a{
    padding: 10px 10px;
    display: block;
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 1rem;
    text-decoration: none;
}
.components li a span{
    display: inline-block ;
    margin-right: 5px;
}
.components li:last-child a{
    border: 0px;
}
.sidebarSec.active {
    margin-left: -270px;
}
.sidebarSec.active .toggleSection {
    margin-right: -30px;
}
.headerSec{
    background: #E1F5FE;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
}
























@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
    .sidebarSec {
        margin-left: -270px;
    }
    .sidebarSec.active {
        margin-left: 0px;
    }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}
.loginSection {
  background: url("../images/backImages.avif");
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  
}
.loginSection:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 4, 14, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.loginSection .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loginSection .fxt-bg-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  z-index: 1;
}
.loginSection .fxt-content {
  padding: 65px 90px 45px;
  width: 100%;
  background-color: rgb(255 255 255 / 25%);
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .loginSection .fxt-content {
    padding: 65px 70px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .loginSection .fxt-content {
    padding: 50px 30px 30px;
  }
}
.loginSection .fxt-header {
  padding: 30px 30px 30px 0;
}
.loginSection .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  max-width: 300px;
}
.loginSection .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.loginSection .fxt-header p {
  color: #fff;
}
.loginSection .fxt-form h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.loginSection .fxt-form p {
  font-size: 18px;
  color: #111111;
  text-align: center;
  color: #fff;
}
.loginSection .fxt-form h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .loginSection .fxt-form h3 {
    font-size: 22px;
  }
}
.loginSection .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.loginSection .fxt-form .fxt-otp-label {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.loginSection .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  text-align: center;
}
.loginSection .fxt-form .fxt-sending-to span {
  display: block;
}
.loginSection .fxt-form form {
  margin-top: 40px;
}
.switcher-text{
    color: #fff;
}
.loginSection .fxt-form form .input-label {
  color: #dbd9d9;
  margin-bottom: 10px;
}
.loginSection .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.loginSection .form-control{
    min-height: 45px;
}
.loginSection .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 18px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}
.loginSection .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}
.loginSection .fxt-form .fxt-form-btn {
  margin-bottom: 10px;
}
.loginSection .fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #ff0000;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loginSection .fxt-btn-fill:hover {
  background-color: #da0101;
  border-color: #da0101;
}
.primaryDannger a{
    background-color: #ff0000;
}
.primaryDannger a:hover {
    background-color: #da0101;
    border-color: #da0101;
  }
.loginSection .fxt-btn-fill:focus {
  outline: none;
}
.customTable table td{
    border-width: 1px;
}
.height100vh{
    min-height: 90vh;
}
.menuPageLink a{
    font-size: 1.2rem;
}