/*Banner Image All Utility Pages Auth/Login/Reset etc*/
body {
    overflow-x: hidden!important;
}

#banner_bg {
    background: url("../../assets/img/bg.jpg");
    background-size: cover;
    height:100%;
    width:100%;
    color:white;
    top: 0;
}

.page-title-box {
    height: 175px !important;
}

.footer {
    bottom: 0;
    text-align: center;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fafafa;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
}

/*Auth Page Specific*/

.login_frm {
    margin-top: 150px !important;
}

#sign_in {
    background-color: white;
    border-radius: 2.5% !important;
}

/*reminder page*/

#reset-container {
    margin-top:-30px!important;
}

/*pw_reset page*/

#pw_resetmsg {
    margin-top:150px!important;
}

/*updatepw page*/

#updatepw_msg {
    margin-top:300px;
}