html {
	height: 100%;
}

body {
	height: 100%;
}

#app {
	height: 100%;
}

main {
	height: 100%;
}

.content {
	height: 100%;
}

.card {
	border-radius: 10px;
}

.card .card-header {
	border-radius: 10px 10px 0 0;
	background-color: #354655;
}

.card-header span {
	letter-spacing: .1em;
}

.card .card-body {
	width: 360px;
	padding: 30px 42px;
}

.card .card-body form .form-group img {
	height: 18px;
}

.card .card-body form .form-group img[alt="password"] {
	height: 20px;
}

.form-control {
	height: 48px;
	border: solid 1px #979797;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(130,130,130,.5) inset;
}

.card .card-body form .form-group div button {
	width: 220px;
}

