﻿html {
	height: 100%;
	font-size: 16px;
}

body {
    min-height: 100%;
	font-size: 16px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*  padding-top: 10px;*/
    padding-bottom: 40px;
    background-color: #fff !important;
    /*font-family: "Avenir","Avenir W01", sans-serif;*/
    -webkit-font-smoothing: antialiased;
}

.message {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    border-radius: 10px;
}
