html, body {
	height: 100%;
}
body {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: #212529;
	text-transform: uppercase;
}
.btn {
	border-radius: 0rem;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin {
	width: 100%;
	max-width: 430px;
	padding: 15px;
	margin: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}