html,
body {
    overflow-x: hidden;
}

h2 {
    text-align: center;
}

.registration {
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.registration::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../../images/img_background_01.png);
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

@media screen and (max-width: 768px) {
    .registration {
        background-size: 260%;
    }
}

.login {
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.login::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../../images/img_background_01.png);
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

@media screen and (max-width: 768px) {
    .login {
        background-size: 260%;
    }
}

.form {
    min-height: 56vh;
}

@media screen and (max-width: 768px) {
    .form {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

.form .wrapper-form {
    margin: 40px auto 80px auto;
    padding: 60px;
    width: 480px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 50px 1px rgb(0 0 0 / 5%);
}

@media screen and (max-width: 767px) {
    .form .wrapper-form {
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}

.form .title {
    text-align: center;
}

.note {
    font-weight: 400;
    text-align: center;
}

.form .message {
    text-align: center;
    color: #ff0e4f;
}

.form .area-form .input input[type="email"] {
    width: 100%;
    box-sizing: border-box;
}

.form .area-form .input input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

.form .area-form .option {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .form .area-form .option {
        display: block;
    }
}

.form .area-form .option .keep-login {
    margin-bottom: 10px;
}

.form .area-form .option p.notice {
    margin: 16px 0 8px 0;
}

.form .area-form .area-button button {
    width: 100%;
    height: 60px;
}

.form .area-form .normal .area-button {
    margin-top: 20px;
}

.form .area-form .page-switch {
    text-align: center;
}

.form .area-form a {
    text-decoration: underline;
}

.form .area-form a:hover {
    color: #5e6cef;
    text-decoration: none;
}

.form .social .title {
    position: relative;
    border-top: 1px solid #e3e4e8;
    margin: 20px auto 10px;
    height: 1px !important;
}

.form .social .title::after {
    position: absolute;
    content: "OR";
    background-color: #ffffff;
    display: block;
    text-align: center;
    line-height: normal;
    color: #999999;
    left: 50%;
    top: -0.75em;
    margin-left: -1.5em;
    padding: 0 0.5em;
    font-size: 12px;
}

.form .social .area-button a:hover {
    opacity: 0.6;
}

.form .social .area-button .twitter a {
    color: #ffffff;
    background-color: #00acee;
}

.form .social .area-button .facebook a {
    color: #ffffff;
    background-color: #1877f2;
}

.form .social .area-button .instagram a {
    color: #ffffff;
    background: linear-gradient(90deg, #f50000, #b900b4, #8800ba, #1400c8);
}

.form .social .area-button img {
    margin-right: 10px;
}

.margin-0 {
    margin: 0 auto;
}

.border-0 {
    border: 0;
}

.align-center {
    text-align: center;
}
