﻿@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;
    }
}
[find-id]
{
    padding-top: 40px;
    height: calc(var(--innerHeight) - 80px);
    display: flex;
    flex-direction: column;
}
[find-id] .desc
{
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #7f7f7f;
}
[find-id] .field-wrapper
{
    height: 100%;
    position: relative;
}
[find-id] .field-wrapper .bottom
{
    width: 100%;
    top: 54%;
    position: absolute;
    text-align: center;
    color: #ccc;
}
[find-id] .field-wrapper .bottom a
{
    position: relative;
    text-decoration: underline;
}
[find-id] .field-wrapper .bottom a [font-icon]
{
    color: #df3320;
    font-size: 14px;
    position: absolute;
    right: -16px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[find-id] .contents
{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    flex: 1;
    padding-top: 50px;
}
[find-id] .contents .content, [find-id] .contents .field-holder
{
    flex: 1;
    display: flex;
    flex-direction: column;
}
[find-id] .contents .error-msg
{
    padding-left: 2px;
    margin: 0;
    color: #df3320;
    font-size: 14px;
    padding-top: 5px;
}
[find-id] .contents .bottom
{
    width: 100%;
    text-align: center;
    color: #ccc;
    margin-bottom: 80px;
}
[find-id] .contents .bottom .btn-holder
{
    margin-bottom: 30px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}
[find-id] .contents .bottom .btn-holder .icon
{
    color: #c64040;
}
[find-id] .contents .bottom [progress-button]
{
    max-width: 100%;
}
[find-id] .contents .bottom a
{
    position: relative;
    text-decoration: underline;
}
[find-id] .contents .bottom a [font-icon]
{
    color: #df3320;
    font-size: 16px;
    position: absolute;
    right: -16px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}
[find-id] .contents .bottom .open-email
{
    text-decoration-line: none;
}
[find-id] .contents .or
{
    font-size: 16px;
    line-height: 20px;
    color: #7f7f7f;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
[find-id] .contents .or span
{
    padding-right: 12px;
    padding-left: 12px;
    background-color: #171717;
    position: relative;
    z-index: 1;
}
[find-id] .contents .or em
{
    width: 100%;
    height: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%,-50%);
    max-width: 440px;
}