    body {
  font-family: "Sailec-Regular", sans-serif;
  background: #F4F4F4;
 
        
    }
  
  .bg-image {
  /* The image used */
 
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  
  background-color: #f8fafb; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

@media (max-width: 991.98px) {
  .content .bg {
    height: 500px; 
      
    background-color: #FFF;
  } }

.content .contents, .content .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .content .contents, .content .bg {
      width: 100%; } }
  .content .contents .form-group, .content .bg .form-group {
    position: relative; }
    .content .contents .form-group label, .content .bg .form-group label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .content .contents .form-group input, .content .bg .form-group input {
      background: transparent;
      border-bottom: 1px solid #ccc; }
    .content .contents .form-group.first, .content .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .content .contents .form-group.last, .content .bg .form-group.last {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .content .contents .form-group label, .content .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #b3b3b3; }
    .content .contents .form-group.focus, .content .bg .form-group.focus {
      background: #fff; }
    .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
      margin-top: -25px; }
.login-container{
    margin-top: -4%;
    margin-bottom: 2%;
}
.login-form-1{
    /*padding: 5%;*/
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #eceff6  !important;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    /*text-align: left !important;*/
    color: #111;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

  
  
.tab-container {
    background-color: #e6e9ed;
    border-left: 1px solid #e6e9ed;
    border-bottom: 1px solid #dadada;
    height: 54px;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative
}

.tab-container ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    min-width: 520px;
    height: 54px
}

.tab-container ul.tabs li {
    height: 54px;
    overflow: hidden
}

.tab-container ul.tabs li a {
    padding: 0 24px;
    color: #333;
    height: 54px;
    line-height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    min-width: 80px
}

.tab-container ul.tabs li a.active,.tab-container ul.tabs li a:focus,.tab-container ul.tabs li a:hover {
    background-color: #fff;
    text-decoration: none
}

.tab-container ul.tabs.tab-justified-2 {
    width: 100%;
    min-width: 100%
}

.__0b795 .tooltip-wrapper,.tab-container ul.tabs.tab-justified-2 li {
    width: 50%
}

.tab-container ul.tabs.tab-justified-2 li a {
    display: block
}

.tab-container .dropdown-container {
    margin-top: 5px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.tab-container.tabs-extended {
    background: #fff;
    border-left: none;
    border-bottom: 1px solid #e6e9ed;
    height: 60px;
    padding: 0 24px
}

.tab-container.tabs-extended ul.tabs,.tab-container.tabs-extended ul.tabs li {
    height: 60px
}

.tab-container.tabs-extended ul.tabs li a {
    height: 60px;
    font-weight: 600;
    color: #656d78;
    line-height: 60px;
    min-width: 0;
    padding: 0;
    border-bottom: 4px solid transparent
}

.tab-container.tabs-extended ul.tabs li a:hover {
    color: #333
}

.tab-container.tabs-extended ul.tabs li a.active {
    border-bottom-color: #0e79c9
}

.tab-container.tabs-extended ul.tabs li+li a {
    margin-left: 35px
}

@media (max-width: 500px) {
    .tab-container .dropdown-container {
        margin-top:2px
    }
}

@media (max-width: 992px) {
    .tab-container ul.tabs li a {
        padding:0 15px
    }
}

.tab-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e6e9ed
}

.tab-wrapper>.tab-container {
    flex: 1;
    border-bottom: none
}

.tab-wrapper>.btn {
    flex-shrink: 0;
    height: 33px;
    font-size: 13px;
    margin-right: 24px;
    margin-left: 10px
}

.tabs-navigation {
    display: flex;
    height: 44px;
    background-color: #ccd1d9;
    border-radius: 5px;
    list-style: none;
    padding: 0
}

.tabs-navigation__tab {
    background-color: #fff;
    border-top: 1px solid #ccd1d9;
    border-bottom: 1px solid #ccd1d9;
    flex: 1;
    margin-right: 1px;
    cursor: pointer
}

.tabs-navigation__tab .btn-link,.tabs-navigation__tab .btn-upload-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333
}

.tabs-navigation__tab:first-child {
    border-left: 1px solid #ccd1d9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tabs-navigation__tab:first-child:hover {
    margin-left: 0
}

.tabs-navigation__tab:last-child {
    border-right: 1px solid #ccd1d9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -1px
}

.tabs-navigation__tab:last-child:hover {
    margin-right: -1px
}

.tabs-navigation__tab:hover {
    border: 1px solid #0e79c9;
    margin-right: 0;
    margin-left: -1px
}

.tabs-navigation__tab:hover .btn-link,.tabs-navigation__tab:hover .btn-upload-link {
    color: #0e79c9
}

.tabs-navigation__tab--active {
    background: #132843;
    border-top: 1px solid #132843;
    border-bottom: 1px solid #132843;
    text-decoration: none
}

.tabs-navigation__tab--active .btn-link,.tabs-navigation__tab--active .btn-upload-link {
    color: #fff
}

.tabs-navigation__tab--active:hover {
    border: none;
    margin-left: 0;
    margin-right: 1px
}

.tabs-navigation__tab--active:hover .btn-link,.tabs-navigation__tab--active:hover .btn-upload-link {
    color: #fff
}

.tabs-navigation__tab--active:first-child {
    border-left: 1px solid #132843
}

.tabs-navigation__tab--active:last-child {
    border-right: 1px solid #132843
}
.btn.btn_blue {
  color: #fff !important;
  background: linear-gradient(100deg,#6ac4e6,#00a4e2) !important;
  border: none !important;
}

.btn.btn_blue:hover {
  color: #fff !important;
  background: linear-gradient(100deg,#6ac4e6,#16b7f4) !important;
}


.btn_green {
    color: #fff !important;
    background: linear-gradient(100deg,#5fc9a1,#24b47e);
}