﻿html {
  margin:0;
  padding:0;
}

body {
  position:relative;
  margin:0;
  padding:0;
  background:#fff;
  color:#000;
  font-size:11px;
  font-family: verdana, arial, sans-serif;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.errMsg
{
	color:Red;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 1px;
    padding-right: 1px;
}

.Button
{
    border: 1px outset #fff;
	padding: 1px;
	FONT-WEIGHT: bold;
    MARGIN: 2px;
    COLOR: #fff;
    background-color:#3498db;
    cursor:hand;
	height: 25px;
}

.Button:hover {
  cursor:pointer;
}

.header {
	position:relative;
	overflow:hidden;
	margin-bottom: 1%;
	padding:2% 0;
	background:#4981B2;
	background:#bbc2ce;
	background:#1abc9c;
	background:rgb(52, 73, 94);
	background:#006940;
	background:#000;
	text-align:center;
}

.login {
  content:"";
  position:relative;
  display:table;
  clear:both;
  max-width:980px;
  margin:0 auto;
}

.terms {
    display: block;
    clear:both;
    text-align: center;
    font-weight:bold;
}

h3 {
  font-style:oblique;
}

h1 
{ 
  margin:0 0 .3em;
  font-family:Helvetica;
  font-style:oblique;
  color:#fff;
  letter-spacing:-0.03em;
  font-size:50px;
}    

.login-frame {
  padding:20px 4% 40px 1%;
  position:relative;
  float:left;
  margin:0;
  width:45%;
	top: 0px;
	left: 0px;
}

.password-frame {
          padding:20px 4% 40px 1%;
          position:relative;
          float:left;
          margin:0;
          width:45%;
	      top: -6px;
	      left: 350px;
        }
        
.divider {
  border-left:1px solid #e4e4e4;
  height:280px;
  left:50%;
  position:absolute;
  top:40px;
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 25px;
  }

  .login-frame {
    clear: both;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  
  .resize 
  {
  	width: 290px;
	height: 30px;
   }
  
 .password-frame {
	top: 0px;
	left: 0px;
	clear: both;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
 }  

  .divider {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border: 0;
    top: 10px;
    left: auto;
  }
}



