html, body {
    background: #f2f3f6;
}



#login-wrapper {
    box-sizing: border-box;
    position: absolute;
    padding: 0 15px;
    width: calc(100% - 30px);
    max-width: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgb(50 50 93 / 5%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    background: #fff;
    transition: height 400ms ease-out;
}





#login-wrapper
> h1.logo {
    margin: 40px 0 0 0;
    text-align: center;
    font-size: 17px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #000;
}



#login-wrapper
> h1.logo
span {
    color: #25c662;
}



#login-wrapper
> h2.app {
    margin: 12px 0 30px 0;
    text-align: center;
    font-size: 27px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #000;
}



#login-wrapper
> h2.app
span {
    color: #3d6bf6;
}





#login-guide-ui
.cc-fc-input-wrapper {
    margin-top: 3px;
}





.gri-login-view {}




#login-guide-ui
.step
.step-body
.step-head
h1 {
    margin: 2px 0 0 0;
    font-size: 20px;
    font-weight: 700;
}



#login-guide-ui
.step
.step-body
.step-head
h2 {
    margin: 15px 0 0 0;
    padding: 12px 14px;
    background: #fffce6;
    background: var(--background-color-light-yellow);
    border-radius: 14px;
    font-size: 14px;
    color: #7e7e7e;
    color: #777369;
    color: #4d4d4d;
    color: #000;
    font-weight: 500;
}



#login-guide-ui
.step.login-otp-guide-step
.step-body
.cc-fc-input-wrapper {
    margin-top: 25px;
}



#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper {
    margin: 10px 0 0 10px;
}



#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper
p {
    display: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper.countdown
p {
    display: block;
}



#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper
a {
    display: none;
    font-size: 15px;
    font-weight: 600;
}

#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper.send-button
a {
    display: inline;
}



#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper
span {
    display: none;
    font-size: 15px;
    font-weight: 700;
    color: #65b649;
}

#login-guide-ui
.step.login-otp-guide-step
.step-body
.resend-otp-button-wrapper.sending
span {
    display: block;
}























