@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	/* background: #e7ecea; */
	background: #E7ECEA;
	color: #74777b;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
	text-align: center;
}

.outer {
    width:100%;}
    
.spacer-bar {
  display: block;
  width: 100%;
  height: 120px;
  margin: 0px auto;
  padding: 0px;}    
 
    
.main-container {
    display: table;
    margin: 0 auto;
    margin-top: 160px;
    text-align: center;
    width: 350px;
    background-color: #E7ECEA;
    border-radius: 4px;}
 
  .logo  {
    margin-bottom: 30px;}
       
    
.email-login,.email-signup{
  position:relative;
  float: left;
  width: 100%;
  height:auto;
  text-align:center;
}
.u-form-group{
  width:100%;
  margin-bottom: 10px;
}
.u-form-group input[type="email"],
.u-form-group input[type="password"]{
  width: 270px;
  height: 50px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 2px;
  color: #333;
  font-size: 1.0rem;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
}
.u-form-group input:focus{
  border-color: #BE3A35;
}
.u-form-group button{
  width: 270px;
  background-color: #BE3A35;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.0rem;
  font-weight: normal;
  padding: 14px 0;
  border-radius: 2px;
  text-transform: uppercase;
}
.forgot-password{
  width:50%;
  text-align: left;
  text-decoration: underline;
  color: #888;
  font-size: 0.75rem;
}    
 
.ErrorMsg {
    color: #BE3A35;}
    
 @media screen 
    and (max-height: 600px)  {
     .main-container {margin-top: 60px;}
  }    
  
 @media screen 
    and (max-height: 380px)  {
     .main-container {margin-top: 10px;}
  }     