
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	/* background: #ECECEC; */
	background: #ECECEC;
	color: #74777b;
	font-weight: 500;
	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: 50px;
    text-align: center;
    width: 350px;
    background-color: #ECECEC;
    border-radius: 4px;}
 
.logo  {
    margin-bottom: 24px;}
       
    
.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: #296795;
        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: 14px;
}

.note-holder {
    display: inline-block;
    width: 275px;
    text-align: center;
}
.change-password-note {
    width: 50%;
    text-align: left;
    text-decoration: none;
    color: #888;
    font-size: 0.75rem;
} 
 
.ErrorMsg {
    color: #BE3A35;}



LoginCheckbox24: .CheckBoxLabel {
    white-space: nowrap;
}

.LoginCheckbox24 input[type=checkbox] {
    display: none;
}

.LoginCheckbox24 label {
    color: #7F7F7F;
    float: left;
    line-height: 24px;
    margin-top: 5px;
    cursor: pointer;
}

.LoginCheckbox24 input[type=checkbox] + label {
    width: 24px;
    height: 24px;
    background: url(https://intouch.milnor.com/styles/check_radio_sheet_unchecked_24.png) left top no-repeat;
    vertical-align: bottom;
    text-indent: 28px;
    font-size: 16px;
    white-space: nowrap;
}

.LoginCheckbox24 input[type=checkbox]:checked + label {
    width: 24px;
    height: 24px;
    background: url('https://intouch.milnor.com/styles/check_radio_sheet_checked_24.png') left top no-repeat;
    vertical-align: bottom;
    text-indent: 28px;
    font-size: 16px;
    color: #BE3A35;
    white-space: nowrap;
}


.header-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: #296795;
    background-image: url("../graphics/PS30.png");
    background-repeat: no-repeat;
    background-position: center;
}

.KeepLoggedIn {
    margin-left: 97px;
}

 @media screen 
    and (max-height: 600px)  {
     .main-container {margin-top: 60px;}
  }    
  
 @media screen 
    and (max-height: 380px)  {
     .main-container {margin-top: 10px;}
  }

@media screen and (max-width: 600px) {
    .header-bar {
        background-image: url("../graphics/PS19.png");
    }
} 