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-top: -65px;
    margin-bottom: 10px;
}

.lg-logo{
    height: 90px;
}

@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: 35px;
    padding: 80px 38px 30px 38px;
}
.form .title-style-00 {
    /* color: #2125a7; */
    color: #53C351;
    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;
    color: #646464 !important;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form .title-style-02 {
    /*color: #3159a8;*/
    color: #318134;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /*    margin-bottom: 25px;*/
}

.form .log-in {
    /*color: var(--text-main-dark, #393938);*/
    /*color: #0e384c;*/
    color: #000;
    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: 16px;
}

.btn-secondary {
    background: var(--text-main-dark, #318134) !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;
}

.lg-sec-login{
    height: 100vh;
    opacity: 0.9;
    max-width: 520px;
}

.hd-style-1{
    font-size: 54px !important;
    letter-spacing: -3px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.hd-style-1 span{
    font-family: 'Brittany Signature', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #7ED957;
    top: -8px;
    position: relative;
}

.hd-style-1 sup {
    font-size: 22px;
    font-weight: 600;
    top: -1.5em;
}

.hd-style-2 {
    color: #000 !important;
    font-size: 38px !important;
    /* letter-spacing: -1px !important;*/
    font-weight: 800 !important;
    line-height: 1;
}

.hd-style-2 span{
    color:#7ED957 !important;
}

.login-logo{
    margin-bottom: 0px;
}

.form-control{
    border: 2px solid #000;
    border-radius: 16px;
}

#btn_login{
    font-weight: 700;
    font-size: 24px;
    border: 5px #fff solid;
    height: 56px;
    background-color: #7ED957 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#btn_login:hover {
    /* box-shadow: inset 500px 0 0 0 #318235;*/
    background-color: #318235 !important;
}

input::placeholder {
    font-size: 18px; /* Adjust the font size as needed */
    color: #999; /* Optional: change placeholder color */
}

.form-control:focus {
    border-color: #7ED957;
}


@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1250px;
    }
}

@media (max-width: 575px){
    .hd-style-1{
        font-size: 40px !important;
    }
    .hd-style-1 span{
        font-size: 30px !important;
    }
    .hd-style-1 sup {
        font-size: 18px !important;
    }
    .hd-style-2 {
        font-size: 34px !important;
    }
}
/*
.center-wrapper {
    display: flex;
    justify-content: center;  
}

.custom-title {
    text-align: left;         
    margin-left: 60px;      
    line-height: 1.4;         
}

.custom-title span {
    display: inline-block;
}
*/


.second-icon {
    margin-left: -6px;
}

.custom-login-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    width: 100%;
}

.button-text {
    flex: 1;
    text-align: center;
}

.icon-wrapper {
    display: flex;
    position: absolute;
    right: 15px;
    background: linear-gradient(to right, white, lightgreen);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

