.forgot-new {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 100% 95%;
    background-size: 250px;
}

.forgot-new.gojiPlayBackGround {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/BG_logo_opacity.png);
}

.forgot-new.gojiCareBackGround {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/gojicare_logo_full_background_v1.png);
}

body {
    height: 100%;
}

.forgot-new .main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 375px;
    margin: auto;
    margin-top: 90px;
}

.forgot-new .main-container .email {
    font-family: "Metropolis Regular";
    width: 476px;
    height: 66px;
    margin: 0px;
    text-align: center;
    color: #333333;
    border-radius: 8px;
    font-size: 24px;
    letter-spacing: 0.24px;
    line-height: 24px;
    background-color: #f0f0f0;
    border: none;
}

.forgot-new .main-container input::placeholder {
    font-family: "Metropolis Regular";
    font-size: 24px;
    letter-spacing: 0.24px;
    line-height: 24px;
    color: #333333;
}

.forgot-new .main-container .button {
    font-family: "Metropolis Bold";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 476px;
    height: 58px;
    color: white;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: #0d4962;
    margin-block: 36px 200px;
}

.forgot-new .titleContainer {
    display: flex;
    justify-content: center;
    height: 92px;
}

.forgot-new .titleContainer .gojiPlayImage {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/BG_logo_digital_use.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 476px;
}

.forgot-new .titleContainer .gojiCareImage {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/portal-logo-gojicare-m-v1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 476px;
}

.forgot-new .bluegojiImage {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/bluegoji_logo_and_text_v1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 126px;
    height: 25px;
}

.forgot-new .main-container .subTitle {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: #333333;
    margin-block: 84px 36px;
}

.forgot-new .main-container .message {
    font-family: "Metropolis Regular";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #333333;
    margin: 0 5px 36px;
    width: 476px;
    text-align: center;
}

.forgot-new .error {
    color: #e80000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-top: 8px;
    width: 600px;
    text-align: center;
}

/* Dark mode */

.dark .forgot-new {
    background-color: #031821;
}
.dark .forgot-new .main-container .subTitle,
.dark .forgot-new .main-container .message,
.dark .forgot-new .main-container .email,
.dark .forgot-new .main-container input::placeholder {
    color: rgba(255, 255, 255, 0.87);
}
.dark .forgot-new .main-container .email {
    background-color: rgba(14, 181, 254, 0.08);
}

@media only screen and (max-width: 768px) {
    .forgot-new .titleContainer {
        width: 100%;
    }
    .forgot-new .main-container .email,
    .forgot-new .main-container .button,
    .forgot-new .titleContainer .gojiPlayImage {
        width: 80%;
    }
    .forgot-new .main-container .message {
        width: 90%;
    }
}
