*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  background: rgb( 72, 115, 158 );
  
  
/* background:linear-gradient(rgb(58, 141, 200) 0px, rgb(24, 58, 98) 100%);*/
  font-family: 'Titillium Web', sans-serif;
}
#main-body{
	 background-image:url("../images/AppBgPattern.png");
	 background-repeat: no-repeat;
}
a {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: #179b77;
}

.form { 
  /*background: rgba(253, 254, 254 , 0.9);*/
  padding: 0px;
  padding-bottom: 41px;
  max-width: 400px;
  margin: 30px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  
}
#login{
	height:503px;
	position: relative;
	
}
.image-table{
	position: absolute;
	top: 70px;
	left: 25%;
}
#page-login{
	position: absolute;
	top: 310px;
	left: 20%;
	
}
#login h1{
	text-align: center;
	//font-family: 'Gugi', cursive;
	font-size: 5em;
	background: -webkit-linear-gradient(to right, rgb( 252, 1, 24 ), rgb( 234, 236, 238 ));
	background: linear-gradient(to right, rgb( 252, 1, 24), rgb( 234, 236, 238 ));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#userID,#userPass{
	/*background: -webkit-linear-gradient(to right, rgb(252, 1, 24), rgb( 255, 255,255 ));
	background: linear-gradient(to right, rgb(252, 1, 24), rgb( 255, 255, 255 ));
	color:#fff;
	text-align:center;*/
}
.input-group{
	position:relative;
}
.filled,.parsley-errors-list{
	position:absolute;
	top:7px;
	right:-42px;
}
.input-group-addon{
	/*height:30px;*/
}
/*
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}
*/
h1 {
  text-align: center;
 /* color: #ffffff;*/
  font-weight: 300;
  margin: 0 0 10px;
}
.image-table {
  width:180px;
  margin:auto;
  padding:1px;
  margin-bottom:10px;
}
.image-table img {
	width: 100%;
}
/*
label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}*/

input, textarea,select{
  font-size: 14px;
  display: block;
  width: 220px;
 
  padding: 5px 10px;
 /* background: rgba(133, 146, 158, 0.9);*/
 margin:auto;
  background-image: none;
  border: none;
  border-bottom: 1px solid #a0b3b0;
  color: rgba(133, 146, 158, 0.9);
 /* border-radius: 10px;*/
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus, textarea:focus,select:focus {
  outline: 0;
  border: 1px solid #1ab188;
  background: rgba(253, 254, 254 , 0.9);
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
.parsley-required {
  width: 200px;
  height: 100%;
 /* background: rgba(133, 146, 158, 0.9);*/
 margin:auto;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.field-wrap {
  position: relative;
  margin-bottom: 10px;
  text-align:center;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 5px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  margin:auto;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 200px;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}
