/******************************************/
/* Copyright © 2020 Coeus Computing,LLC. */
/*          All rights reserved           */
/*                                        */
/*      Author: Houston Oglethorpe        */
/******************************************/

h2 {
	text-align: center;	
	color:black;
}
body
{
	background:#333366;
	font-family: "Times New Roman";
	font-size: 3vw;
	text-align:center;
	color: darkblue;
}
#viewport  {
    width: 100%;
    display:block;
}
#buttons {
	text-align: center;
}

#form_container {
	background-image:-moz-linear-gradient(rgba(241, 210, 32, 0.5),#eee,rgb(126, 104, 10));
	background-image:-webkit-linear-gradient(rgba(241, 210, 32, 0.5),#eee,rgb(126, 104, 10));
	width:94vw;
	left: 0px;
	margin-right:15px;
	border: 5px solid;
	border-color:goldenrod;
	border-radius:20px;
}
.form_description {
    text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: blue;
	margin-bottom: 30px;
}
h1 {
	background-color:#666699;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
}

.msg {
	display: none;
	color: white;
	background-color: red;
}

.left100 {
	font-size: 3vw;
	font-weight: bold;
   	height: auto;
	left:100px;
	margin-left:0px;
	margin-bottom:10px;
}
#uidmsg {
	color:white;
}
#uiddesc {
	color: darkblue;
	font-size: 3vw;
	font-weight: bold;
}
#userid {
	display: inline-block;
	font-size: 3vw;
	font-weight: bold;
	height: auto;
	left:100px;
	margin-left:0px;
	margin-bottom:10px;
}
#seclbl {
	color: darkblue;
	font-size: 3vw;
	font-weight: bold;
}
.idquestion {
	display: inline-block;
	font-size: 3vw;
	height: auto;
	left:100px;
	margin-bottom:10px;
}
#secquestiondd {
	display: inline-block;
	font-size: 3vw;
	height: auto;
	left:100px;
	margin-bottom:10px;
}
#ansnote {
	font-size: 3vw;
	font-weight: bold;
}
#idans {
	display: inline-block;
	font-size: 3vw;
	font-weight: bold;
	height: auto;
	left:100px;
	margin-left:0px;
	margin-bottom:10px;
}
#phonedesc {
	display: inline-block;
	font-size: 3vw;
	font-weight: bold;
	height: auto;
	left:100px;
	margin-left:0px;
	margin-bottom:10px;
}
#phonenum {
	display: inline-block;
	font-size: 3vw;
	font-weight: bold;
	height: auto;
	left:100px;
	margin-left:0px;
	margin-bottom:10px;
}

#messages {
	position:absolute;
	display: none;
	background-color: red;
	z-index: 1000;
}

#Submit {
	margin-top: 20px;
	background-color: darkgreen;
	width:90px;
	font-weight: bold;
	height: auto;
	border: 3px solid goldenrod;
	border-radius:10px;
	color: white;
	text-align: center;
	font-size:3vw;
	cursor: pointer;
}

#wait_container {
    display: none;
    position: absolute;
	color: darkblue;
	background-color: white;
    width:170px;
    height:170px;  
    left: 100px;
    top: 200px;
	text-aligh: center;
    border: 5px solid;
    border-color:darkblue;
    border-radius:10px;
}

#thanks_container {
    display: none;
    position: absolute;
	background-image:-moz-linear-gradient(rgba(241, 210, 32, 1.0),#eee,rgb(126, 104, 10));
	background-image:-webkit-linear-gradient(rgba(241, 210, 32, 1.0),#eee,rgb(126, 104, 10));
    width:360px;
    height:500px;  
    left: calc((100% - 360px) / 2);
    top: 250px;
    border: 5px solid;
    border-color:darkblue;
    border-radius:10px;
}
#continue {
    display: block;
    position: absolute;
    left: calc((100% - 100px) / 2);
    top: calc(100% - 40px);
    background-color:gold;
    color:darkblue;
    width:100px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    border: 3px solid;
    border-radius:10px;
    border-color:goldenrod;
    cursor: pointer;
}
input:focus { 
	color: white;
	background-color: blue;
}
select:focus { 
	color: white;
	background-color: blue;
} 

#container5 {
    display: none;
    position: absolute;
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    width:70%;
    left:15%;
    top: 150px;
    border: 5px solid;
    border-color:darkblue;
    border-radius:20px;
    z-index: 20;
}

