 html {
    scroll-behavior: smooth;
    width: 100vw;
    height: 100vh;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Noto Serif JP', serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #eeeeee;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

p span {
    color: #666666;
}

.btn,
button,
.actionbg,
input {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -o-border-radius: 36px;
    -ms-border-radius: 36px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.primary-text-color {
    color: #FF6600;
}

.primary-bg-color {
    background-color: #FF6600;
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .login-wrap {
        width: 90% !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%,-40%) !important;
        min-width: 280px !important;
    }
    .w3l-hotair-form {
        padding: 40px 20px !important;
    }
    .logo-img,.w3l_form {
        display: none;
    }
    .content-wthree {
        padding: 2em 1em !important;
        box-shadow: none !important;
    }
    .w3l-hotair-form input {
        padding: 10px 10px !important;
        font-size: 14px !important;
        margin-bottom: 2em !important;
    }
    .w3l-hotair-form form {
        margin: 10px !important;
    }
    .login-type {
        width: 36px !important;
        height: 36px !important;
    }
    .mobile-fs-14 {
        font-size: 14px !important;
    }
    .mobile-fs-16 {
        font-size: 14px !important;
    }
    .w3l-hotair-form {
        background: url('../../static/images/login/login-m-bg.webp') !important;
    }
    .login-flag {
        font-size: 22px !important;
    }
    .smsImg {
        font-size: 14px !important;
    }
    .social-icons {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .w3l_form {
        display: none;
    }
    .login-wrap {
        width: 80% !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%,-40%) !important;
        min-width: 280px !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*-- //wrapper start --*/

/*-- form styling --*/
.w3l-hotair-form {
    position: relative;
    min-height: 100vh;
    z-index: 0;
    background: url('../../static/images/login/login-bg.webp') no-repeat;
    background-size: cover;
    padding: 40px 40px;
    justify-content: center;
    /* display: grid;
    grid-template-rows: 1fr auto 1fr;
    align-items: center; */
}

.login-flag {
    font-size: 48px;
}

.w3l_form {
    background: url(/static/images/login/login-banner.webp) no-repeat;
    background-size: cover;
    width: 40%;
    height: 60%;
    position: absolute;
    left: 0%;
    top: 60%;
    transform: translateY(-50%);
    z-index: -1;
}

.login-jf {
    font-variation-settings: "opsz" auto;
    background: linear-gradient(180deg, #F8C5AC 0%, #FF5300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-wrap {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    /* max-width: 530px;
    min-width: 435px; */
}

.content-wthree {
    box-sizing: border-box;
    padding: 3em 3em;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    min-height: 40vh;
}

.w3l-workinghny-form .logo {
    text-align: center;
}

.w3l-hotair-form .main-hotair {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px 0;
}

.w3l-hotair-form .alert-close {
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 33px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #f57763;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.w3l-hotair-form form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-icons {
    text-align: center;
    margin-top: 16px;
}
p.account, p.account a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 16px;
    color: #333;
}

p.account a{
    color: #f52605;
    opacity:.95;
}
p.account a:hover {
    text-decoration: underline;
}
.w3l-hotair-form h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #2a2648;
}

.w3l-hotair-form h2 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #222222;
    text-align: center;
}

.w3l-hotair-form input{
    outline: none;
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #222;
    text-align: left;
    padding: 14px 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: 1px solid #EEEFF2;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    border-radius: 8px;
}
.w3l-hotair-form input:focus {
    border: 1px solid #FF6600;
}
.w3l-hotair-form .button {
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 14px 15px;
    font-weight: 700;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    border-radius: 10px;
    opacity: 1;
    /* 主色调-渐变色 */
    background: linear-gradient(98deg, #F87535 0%, #FF5300 100%);
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(149deg, #FFFFFF 48%, rgba(255, 255, 255, 0) 84%) 1;
    box-shadow: 0px 4px 10px 0px rgba(255, 83, 0, 0.3);
}

.smsImg {
    border: 1px solid #FF6600 !important;
    color: #FF6600;
}

.login-type {
    width: 48px;
    height: 48px;
}

.w3l-hotair-form .button:hover {
    color: #fff;
}

.w3l-hotair-form .social-icons ul li {
    list-style: none;
    display: inline-block;
}

.w3l-hotair-form .social-icons ul li a {
    padding: 8px;
}

.w3l-hotair-form .social-icons ul li a:hover {
    opacity: 0.8;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.w3l-hotair-form .social-icons ul span.fa {
    color: #696687;
    font-size: 18px;
    opacity: .8;
}

.w3l-hotair-form .social-icons ul li a.facebook span {
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #696687;line-height:32px;
}

.w3l-hotair-form .social-icons ul li a.twitter span {
    color: #1da1f2;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #1da1f2;
    line-height:32px;
}

.w3l-hotair-form .social-icons ul li a.pinterest span {
    color:#e60023;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid #e60023;
    line-height:32px;
}


p.copy-footer-29 a {
    color: #666;
}

p.copy-footer-29 a:hover {
    color:#0568C1;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}


/* -- placeholder --*/


/*-- responsive design --*/

@media (max-width:736px) {
    .w3l-hotair-form .main-hotair {
        flex-direction: column;
    }

    .content-wthree {
        order: 1;
        border-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

@media (max-width:568px) {
    .w3l-hotair-form h1 {
        font-size: 36px;
    }

    .w3l-hotair-form .main-hotair {
        margin: 30px 0;
    }

    .content-wthree {
        padding: 2.5em;
    }
}


@media (max-width:384px) {
    .w3l-hotair-form {
        padding: 30px 15px;
    }

    .content-wthree {
        padding: 2em;
    }
    .w3l-hotair-form h2 {
        font-size: 16px;
        line-height: 32px;
    }

    .w3l-hotair-form h1 {
        font-size: 32px;
    }

}

/*-- //responsive design --*/
/*-- //form styling --*/