﻿@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-password]
{
    padding-top: 0;
    height: calc(var(--innerHeight) - 80px);
    display: flex;
    flex-direction: column;
}
[forgot-password] .desc
{
    margin-top: 12px;
    margin-right: 0;
    margin-bottom: 26px;
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #7f7f7f;
}
[forgot-password] .field-wrapper
{
    height: 100%;
    position: relative;
}
[forgot-password] .field-wrapper .bottom
{
    width: 100%;
    top: 54%;
    position: absolute;
    text-align: center;
    color: #ccc;
}
[forgot-password] .field-wrapper .bottom a
{
    position: relative;
    text-decoration: underline;
}
[forgot-password] .field-wrapper .bottom a [font-icon]
{
    color: #df3320;
    font-size: 14px;
    position: absolute;
    right: -16px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}