
body, html {
	padding:0; 
	padding-bottom:50px;
	margin:0;
	height: 100%;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	background-color:#333333;
}
.logo {
	position: absolute;
	top:8px;
	left:12px;
	max-height:50px;
}
.bg {
	background-image: url('/suushared.nsf/suu_lineup.jpg');
	opacity: 0.8;
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contentwrapper {
	position: absolute;
	top: 70px;
	width: 85%;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	font-family: Barlow;
	font-weight: 400;
	color: #333333;
	box-shadow: 0 0 20px gray;
	background-color:#FFFFFF;
	border-radius: 10px;
	z-index: 1;
	margin-bottom:50px;
}
.caption {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 28px;
	padding-bottom:5px;
	color:#333333;
}
.subcaption {
	font-family: Barlow;
	font-weight: 400;
	font-size: 16px;
	padding-bottom:20px;
	color:#333333;
}

h4 { font-weight:bolder; }

/* ----------------------------------------------------------------------------------------- */

:root {
/* centralized color definitions. */
	--SUU-BLACK: #000000;
	--SUU-WHITE: #FFFFFF;
	--SUU-RED: #e81727;
	--GREY-10: #212121;
	--GREY-9: #3C3C3C;
	--GREY-8: #787979;
	--GREY-7: #999999;
	--GREY-6: #BBBBBB;
	--GREY-5: #C6C6C5;
	--GREY-4: #D2D2D2;
	--GREY-3: #DDDDDC;
	--GREY-2: #E7E7E7;
	--GREY-1: #F4F4F4;
	--RED-10: #3C3C3C;
	--RED-9: #431414;
	--RED-8: #711719;
	--RED-7: #981B21;
	--RED-6: #ca132d;
	--RED-5: #F04C4C;
	--RED-4: #F69591;
	--RED-3: #F9B9B6;
	--RED-2: #FDDCDA;
	--RED-1: #FEF4F2;
	--LICHEN-4: #95C93D;
	--LUSH-4: #00A669;
	--PINE-4: #006451;
	--STORM-7: #13121F;
	--SOAR-7: #182840;
	--STORM-4: #1A468C;
	--SOAR-4: #0076BB;
	--SKY-4: #00A7E0;
	--RAIN-4: #86D0E5;
	--RAIN-2: #C7E8F3;
	--RAIN-1: #EDF8FC;
--link: #0066b3;
--link-disabled: #d0d0d0;
--button-bg: #0d6efd;
--button-text: white;
--button-text-disabled: #d0d0d0;
--button-bg-hover: #0b5ed7;
--button-bg-disabled: #e2e3e3;
--alert-border: #c10c0d; 
--alert-bg: #fff2f2;
--alert-text: #c10c0d;
--info-border: rgb(1, 83, 155); /* also text */
--info-bg: rgb(217, 249, 255);
--field-bg: #FFFFFF;
--field-underline: #b3b2b2;
--form-text: #474747;
--form-bg: rgb(230,230,230);
}

.logincontainer input:focus {
    outline: none;
}

.form-link a {
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	color: var(--link);
}

.form-link {
	text-align:center;
}

.form-link a:hover {
	text-decoration: underline;
}

.form-link a.disabled {
    pointer-events: none;
    color: var(--link-disabled);
}

div.information, div.alert {
    display: flex;
    justify-content: left;
    align-items: center;
    valign-text: middle;
    padding: 5px 5px 5px 8px;
    background-repeat: no-repeat;
    background-position: 9px center;
    font-weight: normal;
    font-size: 13px;
    min-height: 32px;
    margin-bottom: 20px;
}

div.information {
    border: 1px solid var(--info-border);
    background-color: var(--info-bg);
    color: var(--info-border);
}

div.alert {
    border: 1px solid var(--alert-border);
    background-color: var(--alert-bg);
    color: var(--alert-text);
  
}

.login-button input {
	background-color: var(--button-bg);
	color: var(--button-text);
	border: none;
	box-shadow: 0 0 2px grey;
	border-radius: 2px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 14px;
	margin: 30 auto;
	margin-bottom: 0px;
}

.login-button input:hover {
	background-color: var(--button-bg-hover);
}

.login-button input:disabled {
	background-color: var(--button-bg-disabled);
	color: var(--button-text-disabled);
}

@media only screen and (max-device-width: 424px) and (orientation: portrait){
	#container{
	width: 90%;
    padding: 5%;
	}
	
	.form-login {
	font-size: 17px;
	padding: 10px;
	margin-bottom: 30px;
	}
	
	.form-login input{
	font-size: 18px;
	margin-top: 10px;
	}
	
	.blue-button input {
	font-size: 20px;
	}
	
	*:focus {
    outline: none !important;
}
}