.fp-header, .fp-navbar, .fp-footer, .marquee-container, .fp-mobile-bar, .fp-topnav, #main-footer {
    display: none !important;
}

.fp-section-page {
    background: url('https://www.webtekno.com/images/editor/default/0004/71/ed00949c5ecc0988c13b16758d2e1c2dc8d3439c.jpeg') top center no-repeat transparent;
    background-size: 100%;
    padding: 0;
}

.auth-cover {
    background-position: center top;
    background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3000 1200" width="3000" height="1200"><path id="Path" fill="%23f4f4f4" d="m1478 685c0 0 23.3 9 42 0l1493.6-706.2-1.5 1230.3-3018.2-1.5-6-1231.8z"/></svg>');
}

html[data-theme="dark"] .auth-cover {
    background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3000 1200" width="3000" height="1200"><path id="Path" fill="%23121212" d="m1478 685c0 0 23.3 9 42 0l1493.6-706.2-1.5 1230.3-3018.2-1.5-6-1231.8z"/></svg>');
}


.flex-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.flex-top .title {
    font-size: 30px;
}

.flex-top .btn {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
}

.btn-auth {
    height: 60px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px !important;
    gap: 10px;
}

.btn-auth i {
    position: relative;
    top: -1px;
}

.fp-input {
    height: 60px;
}


.show-register-form.large {
    height: 70px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    box-shadow: -13.4px 13.4px 32px 0 rgba(49, 224, 114, 0.36) !important;
}

.text-copyright {
    text-align: center;
    color: var(--text-gray);
    padding: 50px 0 20px 0;
}

.logo-head {
    padding: 50px 0 150px 0;
}

.logo {
    height: 100px;
    display: block;
    text-align: center;
}

.link.forgot {
    font-size: 16px;
    color: var(--text-color);
    text-decoration: none;
    padding-top: 30px;
    text-align: center;
    margin: auto;
    display: block;
}

.auth-register-form .logo-head {
    padding-bottom: 50px;
}


.iti {
    width: 100%;
}

.iti .form-control {
    height: 60px;
}

html[data-theme="dark"] .iti__country-list {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--border) !important;
}

html[data-theme="dark"] .iti__country.iti__highlight {
    background-color: var(--bg-white-2);
}


.auth-login-form.forgot .logo-head {
padding: 50px 0 250px 0;
}


@media (max-width: 576px) {
    .fp-auth-card .fp-card-body {
        padding: 30px 30px 15px 30px !important;
    }
    .logo-head {
        padding: 50px 0 100px 0;
    }
}