body{
    margin:0;padding:0;
    background-color: #e4e4e4 !important;
    padding-top: 105px;
}
.nav-main{
    position: static;
}
.logoHeader {
    background-color: #31393F;
    height: 60px;
    text-align: center;
}
.logoHeader img {
    width: 50px;
    margin-top: 10px;
}

#header{
    top:0;
    background-color: #e4e4e4;
}

.mainDiv {
    top: 20%;
    transform: none;
    width: 460px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 50px auto;
    overflow: visible;
    position: inherit;
    padding: 40px 40px 10px 40px;
    overflow: visible;
}
.mainDiv .head {
    color: #333;
    font-size: 30px;
    font-family: "Open Sans Bold", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}
.mainDiv .subHead {
    color: #4A4A4A;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}
.mainDiv .btn {
    height: 40px;
    font-size: 14px;
    width: 100%;
    outline: 0;
}

.btn.facebook {
    margin-bottom: 10px;
}
.button.facebook {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    border-width: 0;
    height: 36px;
    line-height: 36px;
    background: #3b5998;
}
.input-lg {
    height: 40px !important;
    padding: 7px 16px !important;
    line-height: 1.33 !important;
    font-size: 14px !important;
    border-radius: 3px !important;
}
.orSep {
    margin-top: 25px;
}

.orSep span {
    font-size: 11px;
    color: #666;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 25px;
    top: -28px;
    position: relative;
    text-align: center;
}
.mainDiv .bottom {
    font-size: 10px;
    line-height: 16px;
    color: #666;
    background-color: #fff;
    border: 0;
    height: auto;
    padding-bottom: 40px;
    text-align: center;
}
.altAccess {
    text-align: center;
    font-size: 14px;
    color: #4A4A4A;
    margin-top: 30px;
}
.disclaimerText {
    text-align: center;
    color: #666;
    font-size: 11px;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .mainDiv{
        width: 90%;
    }
}