@charset "ISO-8859-1";

html, body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

h3 {
	font-weight: 800;
}

.btn {
	text-transform: uppercase;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    margin: auto;
    color: #fff;
}

.form-signin > .text-muted {
	color: #fff !important;
}