.loginBoxCap
{
	width: 310px;
	height: 29px;
	margin: auto;
	margin-top: 50px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: #272B33;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #FFCF44;
}

.loginBox
{
	width:300px;
	height:auto;
	margin: auto;
	padding:10px;
	margin-top:0px;
	background: #363F4A;
	border-bottom-left-radius:  2px;
	border-bottom-right-radius:  2px;
}

.login-error-container
{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.login-error
{
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	background-color: #9d2235;
	color: white;
}

.login-error a
{
	color: white;
	text-decoration: underline;
}

.login-logo
{
    width: 100%;
    margin-top: 50px;
    user-select: none;
    text-align: center;
}

.login-logo img
{
    width: 600px;
}

.login-title
{
	width: 100%;
	margin-top: 50px;
	user-select: none;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #272B33;
}

.login-button-container
{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.login-button
{
	width: 250px;
	height: 250px;
	padding: 25px;
	border-radius: 25px;
	user-select: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.25s ease-in-out;
	background-color: #272B33;
	color: white;
}

.login-button.uams:hover, .login-button.uams:focus
{
	background-color: #9d2235;
}

.login-button.hub:hover, .login-button.hub:focus
{
	background-color: #FFCF44;
	color: #272B33;
}

.login-button img
{
	height: 50px;
	margin-bottom: 10px;
}

.login-button i
{
	font-size: 50px;
	margin-bottom: 10px;
}

.login-button + .login-button
{
	margin-left: 50px;
}
