.header {
    position: fixed;
    right: 0;
    left: 0;
    padding: 20px 100PX;
    z-index: 9999;
}

.mein-logo img {
    width: 150px;
}

.left-side-img-box img {
    width: 100%;
    height: 100vh;
}

.overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #00000047;
}

.left-side-img-box {
    position: relative;
}

.overlay-text-main-box {
    position: absolute;
    bottom: 20%;
    width: 100%;
    right: 0;
    left: 0;
}

.overlay-text {
    width: 59%;
    margin-left: 100px;
}

.overlay-text h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'museo-medium' !important;
}

.reset-password-text P {
    FONT-SIZE: 18PX;
}

.form-contain .title-box h3 {
    font-size: 22px;
}

.overlay-text p {
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
    text-align: left;
    color: #f8f8f8;
}

.right-side {
    padding-right: 28px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    width: 300px;
    margin: auto;
}

.title-box {
    text-align: center;
}
section.form .col-md-8{
    padding-right: 0;
}

.title-box h3 {
    font-weight: normal;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    color: #414141;
    margin-bottom: 40px;
    margin-top: -15px;
}

input#name,
input#password,
input#email,
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    margin: auto;
    border-color: #7c7c7c;
    border-width: 1px;
    border-style: solid;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.3);
    padding: 12px;
    margin-bottom: 15px;
    padding-right: 45px;
    font-weight: 500;
    color: #414141;
    font-family: 'museo-medium';
}

form button {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
}

form button,
.redirect-page-cls {
    border-radius: 26px;
    background: #69d19c;
    padding: 12px;
    width: 100%;
    margin-top: 18px;
    color: #fff;
}

.redirect-page-cls a {
    color: #fff;
    font-size: 16px;
}

input#email::after,
input[type="email"]::after {
    content: "";
    background: url(../image/Icon-mail.png);
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
}



.social-midea-icon {
    margin: 45px 0;
    margin-bottom: 52px;
    text-align: center;
    display: grid;
    justify-content: center;
    gap: 20px;
}

.line {
    width: 100px;
    margin: auto;
    height: 2px;
    background: #414141;
}

.social-midea-icon p {
    font-size: 20px;
    color: #414141;
    text-align: unset;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.icons a {
    width: 50px;
    height: 50px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.already-account p {
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    text-align: center;
    color: #414141;
}

.already-account a {
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    text-align: center;
    /* color: #414141; */
    display: block;
}

.already-account {
    margin-bottom: 56px;
    margin-top: 56px;
}

.policy p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #414141;
}

.policy a {
    font-size: 16px;
    line-height: 20px;
    color: #579CE6;
    text-decoration: underline;
}

.password span {
    text-decoration: underline;
}

.password span,
.password .page-link-cls a {
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #414141;
    position: absolute;
    right: 0px;
    bottom: -15px;
}

.name {
    position: relative;

}

.name img {
    width: 20px;
}

.password {
    position: relative;
    margin-bottom: 10px;
}

/* input#password::before {
    content: "";
    background: url(../image/emil-bg.svg);
    position: absolute;
    width: 20px;
    height: 20px;
} */

.email {
    position: relative;
}

.input-img {
    position: absolute;
    right: 12px;
    top: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email img {
    width: 20px;
}

.password img {
    width: 22px;
}

input::placeholder {
    color: #7c7c7c;
    font-size: 14px;

}

.reset-password-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 40px;
}

.check-email p {
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    font-style: normal;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 20px;
}

.already-account a {
    text-decoration: underline;
}

.eye-icon {
    cursor: pointer;
}

.eye-icon::before {
    content: "\f070";
    /* Eye icon Unicode */
    font-family: "Font Awesome 5 Free";
}

.eye-icon.active::before {
    content: "\f06e";
    /* Eye-slash icon Unicode */
}

span.eye-icon {
    color: #dddd;
    position: absolute;
    right: 12px;
    top: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}


.alert {
    position: absolute !important;
    width: 100%;
    text-align: center;
}

.balloon-img {
    position: relative;
}

.balloon-img img {
    width: 170px;
}

.balloon-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.balloon-img img {
    width: 170px;
}

.balloon-img:hover .balloon-hover {
    opacity: 1;
}

.title-box img{
    width: 170px;
}