﻿
body {
	background-color: rgb(246,246,246);
}

.login-container {
	background-color: rgb(246,246,246);
	/*width: 30vw;*/
	margin: auto;
	margin-top: 15vh;
	border-radius: 5px;
}

.login-container .login-header-text {
	text-align: center;
}

.login-container li+label{
	display: block;
}

#login input:not([type='checkbox']) {
	padding: 5px;
	width: 90%;
    display: block;
}
.login-container ul {
	list-style: none;
}

.mt-15 {
	margin-top: 15px;
}

.login-logo {
	max-width: 30vw;
}

.login-btn {
	border-radius: 0;
	background-color: rgb(66, 125, 200);
	color: #fff;
	height: 50px;	
}

#grants ul {
	padding: 0;
}

#grants li {
	padding: 10px 30px;
	border-bottom: 1px solid #ccc;	
}

.btn {
	border-radius: 0;
}

#thirdparty{
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

#thirdparty ul {
	list-style: none;
	position: relative;
	left: 50%;
	margin-top: 20px;
	padding-left: 0;
}
#thirdparty li {
	float: left;
	position: relative;
	display: inline;
	text-align: center;
}

#thirdparty li a {
	display: inline-block;
	margin: auto 10px;
}

#thirdparty i.fa-stack-2x {
	color: rgb(68, 124, 199);
}