
/* //fonts */
@font-face {
    font-family: "Figtree";
    src:
      local("Figtree"),
      url("../styles/fonts/Figtree-Regular.ttf") format("truetype");
    font-weight: normal;
  }
  
  
  
  @font-face {
    font-family: "Figtree";
    src:
      local("Figtree"),
      url("../styles/fonts/Figtree-Medium.ttf") format("truetype");
    font-weight: 500;
  }
  
  @font-face {
    font-family: "Figtree";
    src:
      local("Figtree"),
      url("../styles/fonts/Figtree-SemiBold.ttf") format("truetype");
    font-weight: bold;
  }
  
body * {
    font-family: 'Figtree', 'Montserrat', 'Segoe UI', Arial, arial, sans-serif;
    margin: 0;
    padding: 0;
}
.main {
    background-image: url("../Images/login/bg\ 2.jpg");
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: #CEDCFF;
    padding-top: constant(safe-area-inset-top);
}
.prelogin-page {
    padding: 0px 0 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-size: 800px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}


.prelogin-page .full-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* height: calc(100vh - 70px); */
    position: relative;
    overflow: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}
.prelogin-page .login-container {
    padding: 10px;
}

.prelogin-page .login-container {
    max-width: 1200px;
    min-height: auto;
    position: relative;
    margin: 0 auto;
    height: 100%;
    background: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow:0px 4px 8px -2px rgba(16, 24, 40, 0.12), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    width: 100%;
    height: auto;
    z-index: 9;
}
.prelogin-page .central-box {
    position: relative;
    height: 100%;
    display: flex;
}
.prelogin-page .login-container .loginform-container {
    text-align: center;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    height: auto;
    position: relative;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9;
}
.prelogin-page .login-container .loginform-container .login-form {
    padding: 20px 20px 25px;
    position: relative;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
    height: auto;
    left: 0px;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}
.prelogin-page .login-container .loginform-container .login-form .login-heading {
    text-align: center;
}
.prelogin-page .login-container .loginform-container .login-form .login-heading h5 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.65);
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}
.prelogin-page .login-container .loginform-container .login-form .ux-input {
    margin: 10px 0;
    position: relative;
}
.ux-input label {
    display: block;
    margin-bottom: 0px;
    font-weight: 500;
    color: #5F5E60;
    font-size: 12px;
    text-align: left;
}
.ux-input input[type=text], .ux-input input[type=password], .ux-input input[type=number], .ux-input input[type=tel], .ux-input input[type=date], .ux-input input[type=time], .ux-input input[type=email], .ux-input select, .ux-input textarea {
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 5px;
    color: #5F5E60;
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 5px 35px 5px 10px;
    font-weight: 500;
    font-size: 14px;
}
.ux-input input[type=text]:focus, .ux-input input[type=password]:focus, .ux-input input[type=date]:focus {
    outline: none;
    box-shadow: 0px 4px 5px -7px #3f71f4;
    border: 2px solid #3f71f4;
}
.ux-input input:focus-visible{
    outline: none;
}
.ux-input p.error-message {
    text-align: left;
    color: #c51523;
    display: block;
}
.ux-input p {
    font-size: 0.8rem;
    margin-bottom: 0;
    text-align: left;
}
.password-container {
    position: relative;
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.eye-icon img {
    width: 20px;
    height: 20px;
}
.ux-button.primary, a.ux-button.primary {
    background: #3F71F4;
    color: white;
    outline: none;
    border: 1px solid #3F71F4;
}
.ux-button.primary:hover, a.ux-button.primary:hover {
    background-color: #3F71F4;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.ux-button, a.ux-button {
    background-color: #ffffff;
    border: 1px solid #1C3E95;
    text-transform: capitalize;
    color: #1C3E95;
    font-size: 16px;
    padding: 0.5rem 0.7rem;
    max-width: 100%;
    /* width: 260px; */
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    vertical-align: middle;
    /* text-transform: uppercase; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 7px;
    background-position: center;
    box-shadow: 0px 3px 6px transparent;
}
.prelogin-page .login-container .loginform-container .login-form a.link-txt {
    /* font-size: 0.85rem; */
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #3F71F4;
    display: block;
}
a.link-txt {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    color: #1c3e95;
    text-transform: capitalize;
    display: inline-block;
}
.vspacer10 {
    height: 10px;
    display: block;
    width: 100%;
    clear: both;
}
.vspacer20 {
    height: 20px;
    display: block;
    width: 100%;
    clear: both;
}
.login-footer .new-reg{
    text-align: justify;
}
.login-footer .track-app{
    text-align: end;
}
.login-footer a {
    text-decoration: none;
    vertical-align: middle;
    color: #3F71F4;
    /* font-size: 0.85rem; */
    font-size: 16px;
}
.prelogin-page .login-container .banner-container.bg {
    background-image: url("../Images/login/login-banner.svg");
    background-position: top center;
    background-size: cover;
    border-radius: 12px;
}
.prelogin-page .login-container .banner-container {
    flex: 1 1 50%;
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 20px;
    z-index: 1;
}
.carousel{
    padding-top: 65px;
}
.carousel-indicators {
    justify-content: start;
    margin-right: 5%;
    margin-left: 5%;
}
.carousel-indicators [data-bs-target] {
    min-width: 20px;
    max-width: 30px;
}
.carousel-item {
    height: 27rem;
}
.carousel-caption {
    text-align: left;
    right: 5%;
    left: 5%;
}
.carousel-caption .caption-header{
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}
/* .carousel-caption p{
    font-size: 16px;
} */

.prelogin-page .login-container .loginform-container .login-form .login-heading h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin: 0px 0px 5px 0px;
    color: #1c3e95;
}
.modal-footer {
    display: unset;
    padding: 0.8rem .5rem
}
.modal .modal-dialog .modal-content .modal-header {
    /* padding: .8rem 1.5rem; */
}
.modal .modal-dialog .modal-content .modal-body {
    /* padding: .8rem 1.5rem */
}
.modal .modal-header img.success {
    height: 45px;
}
.modal .modal-dialog .modal-content .modal-header button.close span {
    font-size: 25px;
}
.modal .modal-header .close{
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
        border: unset;
        background: unset;
}
.prelogin {
    max-height: 100vh;
    overflow-y: auto;
}
.mendatoryField {
    color: red;
}
.global-header {
    /*
    width: 100%; 
    z-index: 50;*/
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    transition: all 0.4s ease;
    padding: 0px 0;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
    min-height: 60px;
    padding-top: constant(safe-area-inset-top);
    /* iOS 11.0 */
    padding-top: env(safe-area-inset-top);
}
.prelogin-body {
    margin-top: 60px;
}
.prelogin-body .bg-white {
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.12), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);;
}
.prelogin-body .bg-white h4 {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 2px 0px;
    display: block;
    color: #39383A;
}
.prelogin-body .ux-input{
    margin: 10px 0;
    position: relative;
}
.passwordPolicy-list {
    padding-left: 20px;

}
.passwordPolicy-list li {
    list-style: number;
    padding-bottom: 5px;
    
    color: #5F5E60;
}
.global-header .desk-header .brand-heading {
    display: block;
    padding: 10px 0px;
    margin: 0px auto;
    position: relative;
    width: 250px;
    max-width: 100%;
  }
.global-header .desk-header .brand-heading span.logo-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.global-header .desk-header .brand-heading span.logo-img img {
    width: 100%;
    /* max-width: 105px; */
    /* height: auto; */
    height: 45px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  input[type="password"]::-ms-reveal {
    background: url('your-custom-icon.png') no-repeat center;
    width: 16px;
    height: 16px;
}
@media (min-width: 40em) {
    .carousel-caption p {
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        line-height: 1.2rem;
        color: rgba(255, 255, 255, 0.6);
    }
}
@media (min-width: 991px) and (max-width: 1400px) {
    .prelogin-page .login-container .loginform-container .login-form {
        padding: 15px 30px 15px;
    }
    .prelogin-page .login-container .loginform-container .login-form .ux-input {
        margin: 5px 0;
        position: relative;
    }
}

@media (max-width: 1400px) {
    .prelogin-page .full-container {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .prelogin-page .login-container {
        width: 900px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .prelogin-page .full-container {
        padding-top: 20px;
        padding-bottom: 35px;
        margin: 0 20px;
    }
    .prelogin-page .login-container {
        width: auto;
        margin: 0 auto;
    }
    .prelogin-page .central-box {
        display: block;
    }
    .prelogin-page .login-container .banner-container {
        display: none;
    }
}