.parentDiv {
    padding: 0 !important;
}

.mainBanner {
    padding-left: 0;
}

.loginBannerMain {
    padding-left: 0;
    height: 100%;
    background:
        linear-gradient(rgba(0, 31, 95, 0.6), rgba(0, 31, 95, 0.6)), url("loginbanner.png");
}

.loginbanner {
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 31, 95, 1);
}

.bannerlogo {
    margin: 184px 0 32px 76px;
    width: 175.9px;
    height: 35px;
    object-fit: contain;
    z-index: 1;
}

.bannertext1 {
    margin-left: 76px;
    margin-bottom: 8px;
    z-index: 1;
    width: 420px;
    height: 76px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.36px;
    color: #ffffff;
}

.bannertext2 {
    z-index: 1;
    width: 503px;
    height: 21px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.87px;
    color: #f1f1f1;
    margin-left: 76px;
}

.formtitle {
    width: 352px;
    height: 42px;
    font-family: Roboto;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.36px;
    text-align: center;
    color: #001f5f;
    margin-top: 176px;
    margin-right: 133px;
    margin-bottom: 40px;
    margin-left: 0px;
}

.loginformtitle {
    width: 72px;
    height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    color: #333333;
    margin-bottom: 8px;
}

.forgotpw {
    width: 136px;
    height: 26px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #0088ce;
    margin-right: 62px;
}

.rememberme {
    height: 26px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #666666;
    margin-left: 8px;
    margin-right: 8px;
}

.loginbtn {
    width: 95px;
    height: 40px;
    border-radius: 8px;
    background-color: #1775d2;
    border: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.33px;
    margin-bottom: 32px;
    margin-top: 32px;
}

input::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.33px;
    color: #333333;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.33px;
    color: #333333;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.33px;
    color: #333333;
}

input.memberid,
input.password {
    border: none;
    border-bottom: 1px solid #cccccc;
    height: 31px;
    width: 331px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.33px;
    color: #333333;
    margin-bottom: 32px;
}

input.rememberme {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    color: #666666;

}

.signup {
    float: right;
    margin-right: 14%;
    margin-left: 0;
    border-top: 1px solid #eee;
    color: #eee;
    width: 335px;
}

p.signuptext {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #333333;
    margin-top: 20px;
}

a.signuplink {
    font-weight: 600;
    color: #1775d2;
}

.col-md-5.col-sm-5.col-sx-5.loginForm {
    padding-left: 76px;
}

hr {
    opacity: 0.8;
    width: 360px;
    border: 0.8px solid #eee;
    margin: 0;
    padding-right: 150px;
    padding-left: 81px;
}

.loginadditional {
    display: -webkit-inline-box;
    height: 26px;
}