@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700";

html, body {
	background-color: #004C73;
	font-family: 'Roboto', sans-serif;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.card {
	/*height: 430px;*/
	margin-top: auto;
	margin-bottom: auto;
	width: 450px;
	min-width: 340px;
	background-color: #EAf0f6 !important;
	border-color: #E6E9ED;
}

.card-header {
	padding: 30px;
	text-align: center;
}

.card-header-image {
	width: 360px;
}

.card-body {
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.card-footer {
	padding: 20px;
}

.input-group-prepend span {
	width: 40px;
	background-color: #004C73;
	color: #fff;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

.invaliduser {
	color: red;
	text-align: center;
}

.remember {
	color: #fff;
}

.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

.login_btn {
	color: #fff;
	background-color: #004C73;
	width: 100px;
}

.login_btn:hover {
	color: #fff;
}

a{
	color: #000;
}

a:hover {
	color: #004C73;
	text-decoration: none;
}