﻿/** @format */
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
[v-cloak]
{
    display: none!important;
}
#app
{/* display: flex; *//* flex-direction: column;
    justify-content: center;
    align-items: center; */
    height: 100vh;
    padding: 32px;
    color: #272e47;
}
.dashiAuth-title
{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.dashiAuth-subtitle
{
    text-align: center;
    color: #272e47;
    margin: 20px;
}
.use-other-email
{
    color: #545a6e;
    height: 44px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    border-bottom: .5px solid #ebedf0;
    margin-bottom: 10px;
}
.has-account
{
    max-height: 55vh;
    overflow-y: scroll;
}
.no-account
{
    height: 66vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-account p
{
    color: #9fa2ad;
    width: 270px;
    text-align: center;
    line-height: 1.4;
}
.main-btn
{
    width: 100%;
    height: 44px;
    background-color: #ed4e46;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cancel-btn
{
    height: 44px;
    margin-top: 11px;
    color: #545a6e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}