@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;
}

.form-section .team-img {
    position: absolute;
    bottom: 0;
    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: 100%;
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
}

.content-login.sign-up {
    padding: 83px 60px;
}

.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#vehicle1 {
    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: start;
    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: 68%;
    border-top: 3px #9b9c9d dashed;
    right: 0;
    top: 11px;
}

.content-login .social-media-link {
    display: flex;
    align-items: center;
    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%;
}

.footer ul {
    display: flex;
    padding: 0;
    gap: 50px;
    margin: 0;
    z-index: 111;
}

.footer ul li {
    display: block;
    position: relative;
}

.footer ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: .4s all;
}

.footer ul li a:hover {
    color: #2561ce;
}

.footer ul li:not(:last-child):before {
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #000;
    content: "";
    right: -23%;
    top: 4px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.sign-up .btn {
    background-color: #2561ce !important;
}

.sign-up .btn {
    background-color: #2561ce !important;
}

.welcome-text h1 {
    color: #2258bc;
    font-size: 70px;
    font-weight: 800;
}

.welcome-text h5 {
    font-weight: bold;
    font-size: 22px;
}

form.content-login h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 0;
}



/* 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;
}