* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e8e8eb;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.navbar {
    position: fixed;
    height: 4.8rem;
    width: 100%;
    background-color: white;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    /* z-index: 1; */
}

.navbar img {
    width: 150px;
    margin-top: 16px;
    margin-left: 160px;
}

.card-container {
    margin: 0% 11.5% 0%;
    display: flex;
    flex-direction: row;
    padding-top: 8rem;
}

.card-wrap {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 14px 24px 2px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: row;
}

.card-wrap.card1 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 1px solid #00d8e7;
    width: 50%;
    background-image: linear-gradient(222deg, #00d8e7 100%, #00d8e7 51%, #00afcb 0%);
    font-family: "Avenir";
    color: white;
    padding: 4.5% 0 4.7% 3.5%;
    display: flex;
    flex-direction: column;
}

.card-wrap.card1 .offer-heading {
    font-family: Avenir-Heavy;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.31;
}

.card-wrap.card1 .benefits-item {
    display: flex;
    align-items: center;
    padding: 2.4% 0;
}

.card-wrap.card1 .benefits-item .img-container {
    width: 42px;
    height: 42px;
    border: solid 1px #e2fbff;
    background-color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}

.card-wrap.card1 .benefits-item .benefits-info {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    font-family: Avenir-Roman;
}

.card-wrap.card2 {
    border-bottom-left-radius: 10px;
    width: 50%;
    font-family: "Avenir";
    color: black;
    padding: 4.5% 0 4.7% 3.5%;
    display: flex;
    flex-direction: column;
}

.card-wrap.card2 .login {
    font-family: Avenir-Heavy;
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
    margin-left: 100px;
    margin-top: 50px;
}

.card-wrap.card2 .form {
    margin-left: 90px;
    margin-top: 20px;
}

.card-wrap.card2 .box {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid gray;
}

.card-wrap.card2 .forgot {
    margin-left: 280px;
}

.card-wrap.card2 .login-button {
    margin-left: 100px;
    width: 290px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #00afcb;
    border-radius: 4px;
    background: #00afcb;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.or {
    margin-left: 230px;
}

.otp {
    font-family: Avenir-Heavy;
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
    margin-left: 150px;
    margin-top: 7px;
}

.mobile {
    width: 300px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-left: 90px;
}