@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype"), url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype"), url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype"), url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border: 1px solid #f5f5f5;
}

::-webkit-scrollbar-track {
  background: #d9d9d9;
}

::-webkit-scrollbar-thumb {
  background: #e43e38;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Poppins", sans-serif;
  color: #151515;
  background-color: #f7f8f8;
}

a,
a:hover {
  text-decoration: none;
  color: #141414;
}

li {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.container-fluid {
  max-width: 95%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    max-width: 100%;
  }
}

.add_data {
  display: table-row !important;
}

.head_data {
  display: table-row !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: red;
}
#btn-back-to-top .fa-arrow-up {
  color: white;
}

.section1 {
  background: #404040 url("../images/hero-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  display: flex;
  align-items: center;
  position: relative;
}
.section1 .container-fluid {
  height: 100%;
}
.section1 .row {
  height: 100%;
}
.section1 .neosoft-logo {
  width: 200px;
  margin: 0 auto 25px auto;
}
.section1 .neosoft-logo img {
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  .section1 .neosoft-logo {
    margin: 0 auto 20px auto;
  }
}
.section1 .search-filter {
  text-align: center;
  margin-bottom: 25px;
}
.section1 .search-filter h1 {
  font-size: 33px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  .section1 .search-filter h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .search-filter h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .section1 .search-filter h1 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 320px) {
  .section1 .search-filter h1 {
    font-size: 23px;
  }
}
.section1 .search-filter p {
  font-size: 20px;
  color: #272727;
  margin-bottom: 0;
}
@media only screen and (max-width: 1680px) {
  .section1 .search-filter {
    margin-bottom: 20px;
  }
}
.section1 .search-box {
  margin-bottom: 25px;
}
.section1 .search-box .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 65%;
  margin: 0 auto;
}
.section1 .search-box .form-group .form-control {
  border: 0;
  background-color: #fff;
  height: 55px;
  border-radius: 10px 0 0 10px;
  padding: 5px 30px;
  font-size: 19px;
  font-weight: 300;
}
.section1 .search-box .form-group .form-control:focus {
  border: 0;
  box-shadow: 0 0 0;
}
@media only screen and (max-width: 1280px) {
  .section1 .search-box .form-group .form-control {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .search-box .form-group .form-control {
    height: 42px;
    padding: 5px 20px 7px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .section1 .search-box .form-group .form-control {
    font-size: 15px;
    padding: 5px 20px;
  }
}
.section1 .search-box .form-group .btn-search {
  background-color: #e82629;
  font-size: 0px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  height: 55px;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  padding: 20px 35px;
}
@media only screen and (max-width: 1280px) {
  .section1 .search-box .form-group .btn-search {
    height: 50px;
    background-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .search-box .form-group .btn-search {
    height: 40px;
    background-size: 20px;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .search-box .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .section1 .search-box {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 1680px) {
  .section1 .search-box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .search-box {
    margin-bottom: 20px;
  }
}
.section1 .filter-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section1 .filter-tab .filter-tab-desc p {
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  margin-right: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1280px) {
  .section1 .filter-tab .filter-tab-desc p {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .filter-tab .filter-tab-desc p {
    margin-right: 0;
    font-size: 23px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .section1 .filter-tab .filter-tab-desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.section1 .filter-tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section1 .filter-tab ul li {
  margin: 5px 5px;
}
.section1 .filter-tab ul li a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  font-weight: 300;
}
.section1 .filter-tab ul li a:hover {
  background-color: #fff;
  color: #242424;
}
@media only screen and (max-width: 1280px) {
  .section1 .filter-tab ul li a {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .section1 .filter-tab ul li a {
    font-size: 14px;
    padding: 5px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .filter-tab ul li {
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .filter-tab ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section1 .filter-tab {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1366px) {
  .section1 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .section1 {
    height: 520px;
  }
}
@media only screen and (max-width: 320px) {
  .section1 {
    height: 450px;
  }
}

.main-area {
  padding: 50px 0;
}
.main-area .block1 {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(137, 137, 137, 0.16);
  padding: 25px 30px;
  margin-bottom: 35px;
}
.main-area .block1:last-child {
  margin-bottom: 0;
}
.main-area .block1 .block-head h2 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #000;
  line-height: 40px;
  border-left: 4px solid #eb241d;
  padding-left: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head h2 {
    font-size: 25px;
    line-height: 35px;
    border-left: 3px solid #eb241d;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.main-area .block1 .block-table {
  overflow-x: auto;
}
.main-area .block1 .block-table table {
  border: 1px solid #b4b4b4;
}
.main-area .block1 .block-table table thead {
  background-color: #404040;
}
.main-area .block1 .block-table table thead th {
  padding: 12px 15px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
}
.main-area .block1 .block-table table thead th:first-child {
  width: 8%;
}
.main-area .block1 .block-table table thead th:nth-child(2) {
  width: 25%;
}
.main-area .block1 .block-table table thead th:nth-child(3) {
  width: 20%;
}
.main-area .block1 .block-table table thead th:nth-child(4) {
  width: 20%;
}
.main-area .block1 .block-table table thead th:nth-child(5) {
  width: 14%;
}
.main-area .block1 .block-table table thead th:nth-child(6) {
  width: 5%;
}
.main-area .block1 .block-table table thead th:last-child {
  width: 5%;
}
.main-area .block1 .block-table table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.main-area .block1 .block-table table tbody tr:last-child {
  border-bottom: 1px solid #b4b4b4;
}
.main-area .block1 .block-table table tbody td {
  padding: 12px 15px;
  color: #494a4d;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
}
.main-area .block1 .block-table table tbody td a {
  border: 1px solid #494a4d;
  color: #494a4d;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  font-weight: 300;
}
.main-area .block1 .block-table table tbody td a:hover {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}
.main-area .block1 .block-head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head-wrapper {
    flex-direction: column;
  }
}
.main-area .block1 .block-head-wrapper .block-head-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head-wrapper .block-head-right {
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
}
.main-area .block1 .block-head-wrapper .block-head-right .block-head-dropdown:after {
  position: absolute;
  background-image: url("../images/sort-down.png");
  content: "";
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  right: 10px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head-wrapper .block-head-right .block-head-dropdown:after {
    top: 15px;
  }
}
.main-area .block1 .block-head-wrapper .block-head-right .block-head-dropdown .year_select {
  background: #eb241d;
  color: #fff;
  padding: 5px 10px;
  padding-right: 30px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.main-area .block1 .block-head-wrapper .block-head-right .block-head-dropdown .year_select option {
  background: #fff;
  color: #000;
}
.main-area .block1 .block-head-wrapper .block-head-right .block-head-dropdown .year_select option:hover {
  background: red;
  color: #fff;
}
.main-area .block1 .block-head-wrapper .block-head-right .searchBox {
  background: #dfdfdf;
  height: 40px;
  border-radius: 40px;
}
.main-area .block1 .block-head-wrapper .block-head-right .searchBox > .searchInput {
  width: 200px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head-wrapper .block-head-right .searchBox > .searchInput {
    width: 220px;
  }
}
@media only screen and (max-width: 375px) {
  .main-area .block1 .block-head-wrapper .block-head-right .searchBox > .searchInput {
    width: 220px;
  }
}
.main-area .block1 .block-head-wrapper .block-head-right .searchBox > .searchButton {
  background: white;
  color: #404040;
  border: 1px solid #dfdfdf;
}
.main-area .block1 .block-head-wrapper .block-head-right .searchButton {
  color: #fff;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
}
.main-area .block1 .block-head-wrapper .block-head-right .searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  width: 0px;
}
@media only screen and (max-width: 767px) {
  .main-area .block1 .block-head-wrapper .block-head-right .searchBox {
    width: 100%;
  }
}
.main-area .msp-main .tabs-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-area .msp-main .tabs-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.main-area .msp-main .nav-tabs {
  border-bottom: 0;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  overflow: scroll hidden;
  list-style: none;
  white-space: nowrap;
  max-width: 100%;
}
.main-area .msp-main .nav-tabs::-webkit-scrollbar {
  display: none;
}
.main-area .msp-main .nav-tabs .nav-item {
  margin-right: 15px;
  margin-bottom: 5px;
}
.main-area .msp-main .nav-tabs .nav-item .nav-link {
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 20px;
  font-weight: 300;
}
.main-area .msp-main .nav-tabs .nav-item .nav-link.active {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}
.main-area .msp-main .nav-tabs .nav-item .nav-link:hover {
  background-color: red;
  color: #fff;
  border: 1px solid red;
  transition: 0.5s ease;
}
.main-area .msp-main .msp-card-wrap {
  overflow: hidden auto;
  max-height: 400px;
}
.main-area .msp-main .msp-card-wrap .card {
  height: 100%;
}
.main-area .msp-main .msp-card-wrap .card .card-img-top {
  width: 100%;
  border-radius: 0;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.main-area .msp-main .msp-card-wrap .card .fit-bg {
  -o-object-fit: contain;
     object-fit: contain;
}
.main-area .msp-main .msp-card-wrap .card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
  box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-title {
  margin-bottom: 0;
  max-width: 70%;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-title h4 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links {
  display: flex;
  font-size: 12px;
  line-height: 18px;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links .copy {
  margin-right: 5px;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links .copy .copy-link {
  padding: 5px 7px;
  border-radius: 5px;
  color: #818181;
  border: 1px solid #939393;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links .copy .copy-link:hover {
  color: #000;
  border: 1px solid #000;
  transition: 0.5s ease;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links .download .download-link {
  padding: 5px 7px;
  border-radius: 5px;
  color: #818181;
  border: 1px solid #939393;
}
.main-area .msp-main .msp-card-wrap .card .card-body .card-links .download .download-link:hover {
  color: #000;
  border: 1px solid #000;
  transition: 0.5s ease;
}
.main-area .msp-main .msp-card-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.main-area .msp-main .msp-card-wrap .slick-dots li {
  margin: 0 0.25rem;
}
.main-area .msp-main .msp-card-wrap .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #b4b4b4;
  text-indent: -9999px;
}
.main-area .msp-main .msp-card-wrap .slick-dots li.slick-active button {
  background-color: red;
}

.footer p {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  color: #ababab;
  border-top: 1px solid #efefef;
  margin-bottom: 0;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .mr-mob {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 20px 15px;
    bottom: 0;
    width: 35%;
    background-color: #dedede;
    color: #000;
    border-bottom: 1px solid white;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .main-area .block1 {
    padding: 20px 25px;
  }
  .main-area .block1 .block-table table {
    border: 0;
  }
  .main-area .block1 .block-table table tbody tr {
    border: 1px solid rgba(221, 238, 221, 0.9333333333);
  }
  .main-area .block1 .block-table table tbody tr td {
    padding: 20px 15px 20px 170px;
    position: relative;
    text-align: left;
    background: white;
  }
  .main-area .block1 .block-table table tbody tr td a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-area .block1 .block-table table tbody tr td:nth-child(2) {
    font-weight: 500;
  }
}
@media only screen and (max-width: 320px) {
  .main-area .block1 {
    padding: 25px 15px;
    border-radius: 20px;
  }
  .main-area .block1 .block-table table tbody tr td {
    padding: 12px 10px 12px 115px !important;
    font-size: 15px;
    line-height: 1.2;
  }
  .main-area .block1 .block-table table tbody tr td::before {
    font-size: 13px;
    line-height: 1;
    padding: 12px 10px;
  }
  .main-area .block1 .block-table table tbody tr td a {
    font-size: 13px;
    padding: 2px 20px;
  }
  .mr-mob {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) {
  .main-area .block1 .block-table table tbody tr td {
    padding: 12px 10px 12px 130px;
    min-height: 60px;
    font-size: 15px;
  }
  .main-area .block1 .block-table table tbody tr td:before {
    padding: 15px 10px;
  }
}
.loginWrap {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
  height: 100Vh;
}
.loginWrap .loginBg {
  background: #404040 url(../images/hero-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .loginWrap .loginBg {
    position: fixed;
  }
}
.loginWrap .loginContent {
  position: absolute;
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .loginWrap .loginContent {
    top: 12%;
  }
}
.loginWrap .loginContent .head-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 102px;
  color: #fff;
  flex-direction: column;
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .loginWrap .loginContent .head-wrapper {
    top: 65px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .loginWrap .loginContent .head-wrapper {
    top: 150px;
  }
}
@media screen and (max-width: 391px) {
  .loginWrap .loginContent .head-wrapper {
    top: 50px;
  }
}
.loginWrap .loginContent .head-wrapper .neosoft-logo {
  width: 250px;
  padding-bottom: 0.7rem;
}
@media screen and (max-height: 767px) and (orientation: portrait) {
  .loginWrap .loginContent .head-wrapper .neosoft-logo {
    width: 235px;
  }
}
.loginWrap .loginContent .head-wrapper .neosoft-logo img {
  width: 100%;
}
.loginWrap .loginContent .head-wrapper h1 {
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .loginWrap .loginContent .head-wrapper h1 {
    font-size: 27px;
  }
}
.loginWrap .loginContent .content {
  background: url(../images/bg-white-lock.png) repeat;
  max-width: 465px;
  margin: 30px auto 0;
  padding: 45px 35px;
  border-radius: 7px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .loginWrap .loginContent .content {
    max-width: 90%;
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.loginWrap .loginContent .content h3 {
  font-weight: 600;
  margin: 0 0 12px;
  color: #eee;
  font-size: 23px;
  line-height: 1.1;
}
.loginWrap .loginContent .content h4 {
  font-weight: 400;
  margin: 0 0 25px;
  color: #eee;
  font-size: 20px;
  line-height: 1.1;
}
.loginWrap .loginContent .content .form-group, .loginWrap .loginContent .content .login-form__email {
  position: relative;
}
.loginWrap .loginContent .content .form-group label, .loginWrap .loginContent .content .login-form__email label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.loginWrap .loginContent .content .form-control {
  background-color: #fff;
  height: 42px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.loginWrap .loginContent .content select {
  position: absolute;
  width: 46%;
  top: 32px;
  right: 0;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 0 20px 0 10px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  height: 41px !important;
}
.loginWrap .loginContent .content .login-form__email::after {
  content: "";
  position: absolute;
  top: 47px;
  right: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  z-index: 1;
}
.loginWrap .loginContent .content .otp_form {
  display: flex;
  align-items: center;
}
.loginWrap .loginContent .content .otp_form div {
  flex: 1;
}
.loginWrap .loginContent .content .otp_form div + div {
  margin-left: 10px;
}
.loginWrap .loginContent .content .otp_form div input {
  text-align: center;
}
.loginWrap .loginContent .content .form-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.loginWrap .loginContent .content .form-actions button[type=submit] {
  color: #FFFFFF;
  background-color: #e82629;
}/*# sourceMappingURL=style.css.map */