﻿
[v-cloak] {
    display: none;
}

body {
    background-color: #F7F8F9;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url('../../images/Home/hugs_1920x1280.jpg');
    background-attachment: fixed;
}

.brand-row {
    display: block;
    padding-top: 30px;
    position: relative;
}

.main-section {
    background-color: white;
    margin: 30px auto;
    max-width: 500px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    /*border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    border-radius: 8px;
}

.brand-logo {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 200px;
}

.form-group {
    margin-bottom: 1rem;
}

