body {
    background: #3A89C9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 61px 1px rgba(35,31,32,0.68);
    -moz-box-shadow: 0px 1px 61px 1px rgba(35,31,32,0.68);
    box-shadow: 0px 1px 61px 1px rgba(35,31,32,0.68);
}

h1 {
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    width: 360px;
    color: #ffffff;
    letter-spacing: 1px;
}

label{
    padding-left: 0;
    font-size: 13px;
    color: #3A89C9;
}

input[type="text"], input[type="password"]{
    font-size: 12px;
    padding-left: 12px;
    margin-bottom: 15px;
    color: #939598;
    box-sizing: border-box;
    width: 210px;
    height: 21px;
    border: 1px #9DC4E3 solid;
}

input[type="checkbox"]{
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    display: none;
}

input[type="submit"]{
    width: 235px;
    height: 26px;
    background: #1B335F;
    border: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 40px;
}

input[type="checkbox"] + label span{
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 5px; 
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/checkbox_sprite.png") left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span{
    background: url("../images/checkbox_sprite.png") -13px top no-repeat;
}

#container {
    box-sizing: border-box;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
}

#centerhead {
    box-sizing: border-box;
    width: 613px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

#formcontainer{
    box-sizing: border-box;
    width: 335px;
    min-height: 164px;
    background: #EAF2F9;
    border: 3px #F26C4F solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    padding-bottom: 24px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.newscorplogo {
    padding-top: 16px;
}

.img-valign {
  vertical-align: middle;
  margin-bottom: 0.20em;
}

#CtLogin {
    width: 235px;
    margin-left: auto;
    margin-right: auto;
}

.icon-container {
    width: 25px;
    height: 21px;
    background: #9DC4E3;
    float: left;
}

.checkboxcont {
    padding-top: 3px;
    padding-bottom: 22px;
}

.setupreminder {
    border-top: 2px #3A89C9 solid;
    padding-top: 18px;
    font-size: 10px;
    text-align: center;
    color: #3B89C9;
    letter-spacing: .2px;
    line-height: 1.3em;
}

.signup-footer {
    font-size: 12px;
    color: #ffffff;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
}












