// from gte

@import url(http://fonts.googleapis.com/css?family=Raleway);

* 
{
	margin: 0px;
	padding: 0px auto;
}

body 
{
	font-size: 110%;
	background: #F8F8FF;
	font-family: 'Raleway', sans-serif;
}

.header 
{
	width: 40%;
	margin: 10px auto 0px;
	color: white;
//	background: #5F9EA0;
//	background: #800000;
	background: #933131;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}

form, .content 
{
	width: 40%;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}

.input-group 
{
	margin: 10px 15px 10px 0px;
}

.input-group label 
{
	display: block;
	text-align: left;
	margin: 3px;
	//font-weight: bold;
}

.input-group labelt 
{
	display: block;
	text-align: left;
	margin: 3px;
	//font-size: 14px;
	font-size: 10px;
}

.myclass 
{
    height: 20px;
    position: relative;
    border: 2px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .14);
    background-color: AliceBlue;
    //font-size: 14px;
	font-size: 10px;
}

.input-group input 
{
	height: 50px;
//	width: 99%;
	width: 95%;
	padding: 5px 10px;
	//font-size: 16px;
	font-size: 12px:
	border-radius: 5px;
//  border: 1px solid gray;
	border: 2px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .14);
    background-color: AliceBlue;
}

.input-group input[type="text"] {
  padding-left: 10px;
}

.input-group input[type=radio]
{
position: absolute;
//margin:20px;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 5px;
width: 96%;
height: 20px;
//font-size: 16px;
//font-family: cursive;
}


.input-group {
  position: relative;
}

.input-group i 
{
	position: absolute;
	right: 10px;
	top: 58px;
	padding: 9px 8px;
	color: #aaa;
	transition: 0.3s;
	font-size: 24px;
	cursor: pointer;
}

.btn 
{
	padding: 10px;
//	width: 99%;
	width: 33%;
	font-size: 15px;
	color: white;
//	background: #5F9EA0;
	background: maroon;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}

.btn:hover {
  background-color: #00aacc;
  color: #ffffff;
}

.btn:disabled,
.btn[disabled]{
  background-color: #cccccc;
  color: #666666;
}

.error 
{
	width: 92%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}

.success 
{
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}

.center 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.wrap 
{ 
	width: 900px; 
	margin: 0 auto; 
}


#message 
{
	display:none;
	//background: #f1f1f1;
	background: #f0ead6;
	color: #000;
	position: relative;
	padding: 10px;
	margin-top: 10px;
}

#message p 
{
	padding: 10px 35px;
	font-size: 16px;
}

.valid 
{
	color: green;
}

.valid:before 
{
	position: relative;
	left: -35px;
	content: "✔";
}


.invalid 
{
	color: red;
}

.invalid:before 
{
	position: relative;
	left: -35px;
	content: "✖";
}

.btn-group button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  width: 50%;
  height: 55px;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}


//.container i {
//	margin-top:-40px;
//    margin-left: -30px;
//    cursor: pointer;
//}







