@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');


body {
    font-family: "Bricolage Grotesque";
    overflow-x: hidden;
}

.welcome h1 {
    font-family: "Big Shoulders Display";
    font-size: 98px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 60px;
    padding-bottom: 20px;
    line-height: 98px;
    margin-bottom: 0;
}

.bg-img {
    position: relative;
    z-index: -11;
}

.form-style h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0;
}

.form-style {
    display: flex;
}

img.bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.form-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.form-section:before {
    background-image: linear-gradient(118deg, #e877ae, #8f76e8);
    content: "";
    position: absolute;
    width: 62%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
}
.form-section .team-img {
    position: absolute;
    bottom: -6%;
    width: 42%;
} 
.welcome {
    width: 58%;
} 
img.line {
    position: absolute;
    top: 0;
    left: -4%;
    z-index: -1;
} 
.welcome p {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    padding-bottom: 50px;
    width: 74%;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 30px;
    margin-top: -37px;
    color: #cbcbcb;
}

.content-login {
    padding: 60px;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: 11;
    position: relative;
    width: 55%;
}

.content-login input,
.form-control {
    width: 100%;
    border: 0;
    border-radius: 57px;
    height: 60px;
    padding-left: 30px;
    outline: none;
    margin-top: 10px;
    font-weight: bold;
    background-color: #fbfbfb;
    border: 1px solid #cdcdcd;
}

.content-login label i {
    padding-right: 10px;
}

.content-login label {
    margin-top: 26px;
    color: #000;
    font-weight: 500;
}

.content-login input::placeholder {
    color: #cbcbcb;
}

.content-login .input-box label {
    margin-top: 0;
}

.content-login input#terms2,
.content-login input#terms {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px;
}

.content-login .input-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-login .input-box label span {
    border-bottom: 1px solid;
}

.content-login .or {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.content-login .or span {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

.content-login .or:before {
    content: "";
    position: absolute;
    width: 44%;
    border-top: 3px #9b9c9d dashed;
    left: 0;
    top: 11px;
}

.content-login .or:after {
    content: "";
    position: absolute;
    width: 44%;
    border-top: 3px #9b9c9d dashed;
    right: 0;
    top: 11px;
}

.content-login .social-media-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.content-login .social-media-link .btn {
    border: 1px solid #7e7e7e;
    background-color: transparent !important;
    color: #000000 !important;
    padding: 0 32px;
}

.content-login .social-media-link .btn:hover {
    color: #fff !important;
}

/* btn */
.btn {
    text-transform: capitalize;
    border-radius: 50px;
    color: #fff !important;
    line-height: 16px;
    overflow: hidden;
    padding: 0 52px;
    position: relative;
    font-weight: 700;
    text-align: center;
    white-space: pre;
    z-index: 1;
    letter-spacing: 1px;
    border: 0;
    background-color: #272548 !important;
    height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.btn:after {
    background-color: #1c1e21;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}

.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}


/* swal */
.swal-icon:before {
    z-index: -1;
    background-color: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    font-family: 'Bricolage Grotesque' !important;
}

.swal-icon.swal-icon--error:before {
    background-color: #f27474;
}

.swal-title {
    font-family: 'Bricolage Grotesque' !important;
    font-size: 44px;
}

.swal-modal {
    text-align: center;
    border-radius: 20px;
}

.swal-text {
    float: none;
    text-align: center;
    font-size: 18px;
}

.swal-button-container {
    width: 100%;
    margin: 0;
}

.swal-footer {
    padding: 22px 30px;
}

.swal-button {
    background-color: #000;
    width: 100%;
    border-radius: 50px;
}
.swal-button:hover {
    background-color: #a4db85 !important;
}

.swal-modal:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/thankyou-bg.png);
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    background-size: 500px;
    border-radius: 20px;
}

.swal-icon--error {
    border-color: #f2747400;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.swal-icon--error__line {
    background-color: #fff;
}


.account {
    position: absolute;
    top: 74px;
    right: 41px;
}
form.content-login {
    position: relative;
}

.account h5 {
    color: #000;
    font-size: 20px;
}

.account h5 a {
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px solid;
}