body {
    margin: 0;
    padding: 0;
   /* background-image: url("../images/ASAP_BG_CLOUDS.png");*/
   background-image: url("../images/background.webp");
    background-color: #D6E9FF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Inter', sans-serif;    
}


.navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.navbar .logo-sec {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
    gap: 20px;
}

.video-bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}

.video-bg video.videoembed {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {

    .navbar .logo-sec {
        justify-content: space-around;
    }
}

.navbar .logo-sec .logo1,
.navbar .logo-sec .logo2 {
/*    height: 75px;*/
height: 90px;
    width: auto;
    border-radius: 8px;
    box-shadow: #00000021 0px 5px 15px;
}

.sec-lg-logo{
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
}

.lg-logo{
    height: 60px;
}

@media (max-width: 575px) {

    .navbar .logo-sec .logo1,
    .navbar .logo-sec .logo2 {
        height: 60px;
        width: auto;
    }
}


#animate {
    height: 75vh;
    transition: all 2s ease;
}

.form {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 80px 39px;
}
.form .title-style-00 {
    color: #2125a7;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}
.form .title-style-01 {
    color: #2125a7;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}
.form .title-style-02 {
    color: #3159a8;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
/*    margin-bottom: 25px;*/
}

.form .log-in {
    color: var(--text-main-dark, #393938);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.form .new {
    color: var(--text-main-dark, #393938);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.form .new .sign-up {
    color: var(--secondary-blue-dark-500, #0C6FF9);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form .warning {
    color: #fd0d0d;
    color: var(--components-states-states-error, #DC4C44);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 17px;
}

.form .forgot {
    color: var(--secondary-blue-dark-500, #0C6FF9);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    /*    margin-top: 26px;*/
    margin-top: 15px;
}

.form-control,
.form-select {
    font-size: 14px;
    padding-left: 1rem !important;
}

.btn {
    width: 100%;
    border: none;
    height: 48px;
    border-radius: 14px;
}

.btn-secondary {
    background: var(--text-main-dark, #393938) !important;
}

.btn:hover {
    color: #ffffff;
    box-shadow: inset 500px 0 0 0 #3F97FF;
    transition: all 1s;
}


a {
    text-decoration: none;
}

input {
    height: 48px;
}

.input-container {
    position: relative;
}


label {
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 16px;
    color: rgba(0, 0, 0, 0.5);
    transform-origin: left top;
    user-select: none;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
}

.fa-eye-slash,
.fa-eye {
    position: absolute;
    top: 35%;
    color: rgba(0, 0, 0, 0.6);
    right: 32px;
}

input:focus+label,
input.is-valid+label {
    transform: translateY(-100%) scale(0.75);
    -moz-transform: translateY(-100%) scale(0.75);
    -webkit-transform: translateY(-100%) scale(0.75);
}


input:focus,
input.is-valid {
    font-weight: 500;
/*    padding-top: 15px;*/
    box-shadow: none !important;
}


@media (max-width: 992px) {

    #animate {
        height: 45vw;
        transition: all 2s ease;
    }

}


input:focus+label,
input.is-valid+label {
    transform: translateY(-100%) scale(0.75);
    -moz-transform: translateY(-100%) scale(0.75);
    -webkit-transform: translateY(-100%) scale(0.75);
}


input:focus,
input.is-valid {
    font-weight: 500;
/*    padding-top: 15px;*/
    box-shadow: none !important;
}


label.error{
    transform: translateY(120%);
    margin: 0 !important;
    top: 18px;
}


input.error, textarea.error, select.error {
    margin-bottom: 32px;
}

input:focus + label + label.l-mn, input.is-valid + label + label.l-mn {
    transform: translateY(-100%) scale(0.75) !important;
}

input.error + label.error + label.l-mn {
    transform: translateY(-100%) scale(0.75) !important;
}

input.error:focus + label.error, input.error.is-valid + label.error {
    transform: translateY(120%) !important;
}

.lottie {
    position: fixed;
    height: 150vh;
    width: auto;
    left: 0;
    right: 0;
}

.modal-content .custom-close-icon{
    color: #000;
    background-color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: none;
    line-height: 0;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: -15px;
    top: -15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-content .custom-close-icon:hover{
    color: #EF4141;
}
.modal-content .custom-close-icon:focus{
    outline: none;
}

button.custom-close-icon {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    float: right;
}


.title-style-00 span {
    font-family: 'Brittany Signature', sans-serif;
    font-weight: 500;
    top: -8px;
    position: relative;
}
.title-style-00 sup {
    font-size: 20px;
    top: -1em;
}