html body {
    background-color: #10003B;
    font-family: Arial, serif;
    margin: 0;
}

.form-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.login-wrapper {
    color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.login-wrapper .logo {
    margin-bottom: 24px;
    max-width: 190px;
    max-height: 150px;
}

.login-wrapper h1 {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
}

.login-wrapper h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.login-with-google-button {
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    width: 100%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    max-width: 426px;
    background: none;
    cursor: pointer;
}

.login-with-google-button-text {
    vertical-align: middle;
}

.google-logo {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.login-wrapper .login-with-google-button:hover {
    background-color: #fff;
    border: 1px solid #FFF;
}

.login-wrapper .login-with-google-button:hover:not(:focus) .login-with-google-button-text {
    color: #05F;

}

.login-wrapper .login-with-google-button:active {
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
}

.login-wrapper .login-with-google-button:focus {
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
}

.login-hr-text {
    width: 228px;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: 1.5em;
    margin-top: 36px;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 12px;
}

.login-hr-text::before {
    content: '';
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.login-hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 0 0.5em;
    line-height: 1.5em;
    background-color: #10003B;
}

.auth-bg {
    background-image: url("../images/planeWindow.png");
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-wrapper td {
    padding: 0;
}

.login-and-forgot-wrapper {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 8px;
}

.login-wrapper input {
    border-radius: 5px;
    background-color: #FFF;
    padding: 13px 16px;
    margin-top: 4px;
    border: 1px solid #FFF;
    outline: none;
    font-size: 14px;
}

.login-wrapper input::placeholder {
    color: #D2D2D2;
    font-size: 14px;
}

.login-wrapper .form-group {
    margin-bottom: 0;
}

.forgot-password {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.forgot-password:hover {
    color: #FFF;
    text-decoration: underline;
}

.login-wrapper .login-button {
    width: 100%;
    margin-top: 32px;
    max-width: inherit;
    padding: 0;
    border-radius: 6px;
    background-color: #05F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-width: 0;
    height: 40px;
    cursor: pointer;
}

.login-wrapper .login-button.disabled-button {
    background-color: #576786;
    pointer-events: none;
}

.login-wrapper .login-button:hover:not(.disabled-button) {
    background-color: #05F;
    box-shadow: 0 0 16px 0 #591FF2;
}

.login-wrapper .login-button:active:not(.disabled-button) {
    background-color: #05F;
    box-shadow: 0 0 16px 0 #591FF2;
}

.login-wrapper .login-button:focus:not(.disabled-button) {
    background-color: #05F;
    box-shadow: 0 0 16px 0 #591FF2;
}

.login-form-email-group {
    margin-bottom: 32px;
    display: flex;
    flex-flow: column;
}

.login-form-password-group {
    display: flex;
    flex-flow: column;
}

.email-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.password-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.help-notice {
    display: flex;
    max-width: 547px;
    min-height: 168px;
    border-radius: 10px;
    background: rgba(255, 242, 242, 0.13);
    backdrop-filter: blur(50px);
    padding: 24px;
    box-sizing: border-box;
    margin: 32px;
    transition: width 0.3s ease;

}

.notice-lower-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.form-side {
    flex-grow: 3;
}

.bg-side {
    flex-grow: 2;
    max-width: 611px;
    min-width: 465px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.help-notice-wrapper {
    flex: 1;
    overflow: auto;
}

.auth-screen {
    display: flex;
}

.notice-button {
    color: #FFF;
    border-radius: 10px;
    background: #05F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    height: 56px;
    border: 0;
    padding-right: 16px;
    padding-left: 16px;
}

.help-notice .notice-button:hover {
    background-color: #05F;
}

.help-notice .notice-button:active {
    background-color: #05F;
}

.help-notice .notice-button:focus {
    background-color: #05F;
}

.notice-button span {
    font-size: 14px;
    font-weight: 400;
    line-height: 122%;
    margin-left: 8px;
}

.like-emoji {
    width: 24px;
    height: 24px;
}

.notice-text-wrapper {
    display: flex;
}

.notice-text {
    color: #FFF;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
    inline-size: min-content;
}

.notice-text .notice-email {
    text-decoration: underline;
    color: #FFF;
    cursor: pointer;
    font-weight: 700;
}

.login-page-footer {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff
}

.login-error-message {
    margin-top: 20px;
    color: #FF0F00;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 426px;
    text-align: center;
}

.login-error-message svg {
    margin-right: 8px;
}

.auth-form {
    display: flex;
    flex-direction: column;
}

.forgot-password-form {
    margin-top: 36px;
}

.chang-password-form {
    margin-top: 36px;
}

.confirm-password-input {
    margin-top: 8px;
}

.error-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.login-wrapper .check-email-button {
    margin-top: 0;
    text-decoration: none;
}

.login-wrapper .error-message .check-email-button {
    margin-top: 10px;
}

.email-heading-style {
    margin-top: 32px;
    margin-bottom: 32px;
    align-items: center;
}

.email-icon-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-wrapper .email-address {
    text-decoration: underline;
    color: #FFF;
    font-weight: 700;
}

.login-wrapper .password-fields {
    border: 0;
}

.login-wrapper .success-icon-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-wrapper .success-icon-wrapper .img {
    width: 106px;
    height: 124px;
}

.password-changed-block {
    margin-top: 24px;
    margin-bottom: 24px;
}

.login-wrapper .form-content-wrapper {
    width: 100%;
    max-width: 426px;
}

.login-wrapper .success-wrapper {
    width: 100%;
    max-width: 459px;
}

.login-wrapper .email-send-success {
    width: 100%;
    max-width: 461px;
}

.login-wrapper .error-message-text {
    font-weight: 550;
    font-size: 22px;
    line-height: 31px;
}

@media only screen and (max-width: 1440px) {
    .bg-side {
        min-width: 335px;
    }

    .login-wrapper .success-wrapper {
        max-width: 400px;
    }

    .login-wrapper .email-send-success {
        max-width: 400px;
    }

    .login-wrapper h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .login-wrapper {
        padding: 20px;
    }

    .bg-side {
        display: none;
    }

    .form-side {
        justify-content: flex-start;
    }

    .help-notice {
        right: 0;
        width: auto;
        height: auto;
        margin: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .notice-button {
        width: 240px;
    }

    .login-wrapper h1 {
        font-size: 26px;
    }

    .login-wrapper .success-icon-wrapper img {
        width: 80px;
    }
}
