﻿[fp-title]
{
    position: relative;
    padding-top: 32px;
}
[fp-title]>button
{
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
}
[fp-title]>button [font-icon]
{
    font-size: 24px;
    color: #fff;
}
[fp-title] h3
{
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
}
[fp-pok-ready]
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
}
[fp-pok-ready] .field-group
{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 2;
}
[fp-pok-ready] .field-group .icon
{
    font-size: 60px;
}
[fp-pok-ready] .field-group .title
{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    text-align: center;
    line-height: 30px;
}
[fp-pok-ready] .field-group .description
{
    text-align: center;
}
[fp-pok-ready] .field-group .description.cn
{
    word-break: break-all;
}
[fp-pok-ready] .button-group
{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    flex: 1;
}
[fp-pok-ready] .button-group>[progress-button]
{
    width: 100%;
    max-width: 720px;
}
.no-touch [fp-pok-ready] .button-group>[progress-button].nothing:hover:not(.hover-disable), [fp-pok-ready] .button-group>[progress-button].nothing, [fp-pok-ready] .button-group>[progress-button].nothing:active
{
    background-color: #515151;
}
@media(max-width: 419px)
{
    .hidden-ms-down
    {
        display: none!important;
    }
}
@media(max-width: 579px)
{
    .hidden-mm-down
    {
        display: none!important;
    }
}
@media(max-width: 767px)
{
    .hidden-ml-down
    {
        display: none!important;
    }
}
@media(max-width: 1023px)
{
    .hidden-tp-down
    {
        display: none!important;
    }
}
@media(max-width: 1259px)
{
    .hidden-tl-down
    {
        display: none!important;
    }
}
@media(max-width: 1419px)
{
    .hidden-ds-down
    {
        display: none!important;
    }
}
@media(max-width: 1599px)
{
    .hidden-dm-down
    {
        display: none!important;
    }
}
@media(min-width: 420px)
{
    .hidden-mm-up
    {
        display: none!important;
    }
}
@media(min-width: 580px)
{
    .hidden-ml-up
    {
        display: none!important;
    }
}
@media(min-width: 768px)
{
    .hidden-tp-up
    {
        display: none!important;
    }
}
@media(min-width: 1024px)
{
    .hidden-tl-up
    {
        display: none!important;
    }
}
@media(min-width: 1260px)
{
    .hidden-ds-up
    {
        display: none!important;
    }
}
@media(min-width: 1420px)
{
    .hidden-dm-up
    {
        display: none!important;
    }
}
@media(min-width: 1600px)
{
    .hidden-dl-up
    {
        display: none!important;
    }
}
.submit-group
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 580px)
{
    .submit-group
    {
        flex-direction: row;
    }
}
[forgot-progress]
{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    flex: 1;
    padding-top: 30px;
}
[forgot-progress] .field-holder
{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
[forgot-progress] .fp-component
{
    padding-top: 40px;
}
[forgot-progress] .content
{
    flex: 1;
    display: flex;
    flex-direction: column;
}
[forgot-progress] .content .desc
{
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
[forgot-progress] .content .desc>em
{
    color: #fff;
}
[forgot-progress] .content .extra-desc
{
    color: #7f7f7f;
    font-size: 18px;
}
[forgot-progress] .content .temporary-disruption
{
    color: #c64040;
}
[forgot-progress] .error-msg
{
    padding-left: 2px;
    margin: 0;
    color: #df3320;
    font-size: 14px;
    padding-top: 5px;
}
[forgot-progress] .bottom
{
    width: 100%;
    text-align: center;
    color: #ccc;
    margin-bottom: 80px;
}
[forgot-progress] .bottom .recaptcha
{
    display: flex;
    justify-content: center;
    padding: 20px;
}
[forgot-progress] .bottom .recaptcha>span>em
{
    font-size: 16px;
}
[forgot-progress] .bottom [progress-button]
{
    max-width: 100%;
}