body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}

.layout-footer {
    min-height: 4rem;
    padding: 0 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 768px) {
    .layout-footer {
        flex-direction: column;
        margin-bottom: 1rem;
    }
}

.layout-footer-left {
    font-size: .9rem;
    color: #C7C8CA;
}

.layout-logo {
    height: 50px;
}

.footer-icon {
    background-color: rgb(199, 200, 202);
    border-color: rgb(199, 200, 202);
    height: 30px;
    width: 30px;
    margin-left: 8px;
    margin-right: 8px;
    color: rgba(0, 0, 0, .87);
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 50%;
}

.footer-icon:active {
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 12px 17px 2px rgb(0 0 0 / 14%), 0 5px 22px 4px rgb(0 0 0 / 12%);
}

.card {
    border-radius: 3px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    box-sizing: border-box;
    margin-bottom: 16px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.toolbar {
    height: 5px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.submit-btn {
    background-color: rgb(51, 51, 51);
    border-color: rgb(51, 51, 51);
    height: 36px;
    /* padding: 0 16px; */
    font-size: .875rem;
    color: #fff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    display: flex;
    flex: 1 0 auto;
    min-width: 100% !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.submit-btn.red {
    background-color: rgb(255, 82, 82);
    border-color: rgb(255, 82, 82);
}

.social-btn {
    /* background-color: rgb(51, 51, 51);
    border-color: rgb(51, 51, 51); */
    height: 36px;
    /* padding: 0 16px; */
    font-size: .875rem;
    color: rgba(0, 0, 0, .87);
    border: thin solid;
    /* box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
    display: flex;
    flex: 1 0 auto;
    min-width: 100% !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.social-btn .logo {
    position: absolute;
    left: 16px;
}

.message {
    padding: 1.25rem 1.75rem;
    margin: 1rem 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: #e9e9ff;
    border: solid #696cff;
    border-width: 0 0 0 6px;
    color: #696cff;

}

.message.error {
    background: #ffe7e6;
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
}

.message.success {
    background: #e4f8f0;
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
}

.message i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.message span {
    font-size: 1rem;
    font-weight: 400;
}

.two-fa-list {
    padding: 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
}

.two-fa-list:hover {
    background-color: var(--surface-200);
}

.two-fa-list .icon {
    width: 50px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.two-fa-list .label {
    display: inline-block;
    vertical-align: middle;
    text-align: center;

}

.loginDivider {
    width: 100%;
    margin: 0.7em auto;
    overflow: hidden;
    text-align: center;
    font-weight: 300;
    font-size: 0.9em;
    color: #9e9e9e;
}

.loginDivider:before,
.loginDivider:after {
    content: '';
    display: inline-block;
    width: 50%;
    margin: 0 0.5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px dotted;
}

.loginDivider:after {
    margin: 0 -55% 0 0.5em;
}