﻿[v-cloak]
{
    display: none;
}

body
{
    /*background-color: #0077CC;*/
    min-height: 100vh;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.main-card
{
    max-width: 500px;
    min-width: 325px;
    margin: auto;
    background-color: #f5f5f5;
}

.btn-primary
{
    background-color: #0077CC !important;
}

.text-primary
{
    color: #0077CC !important;
}

.text-purple
{
    color: #8E51A8 !important;
}

.rule-check-default
{
    color: #D3D3D3;
}

h1, h2, h3, h4, h5, .font-light
{
    font-weight: 300;
    line-height: 1.1;
}

button.btn-primary
{
    font-size: larger !important;
    font-weight: 300;
    line-height: 1.1;
    padding: 0.8rem !important;
}