body {
    background: #fff;
    /* background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                rgba(0,0,0,0.55) url('https://www.ijbemw.com/css/images/login-bg.jpg') no-repeat center; */
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
    background-position: center;
    /* overflow: hidden; */
    padding-top: 50px;
}
.login-detail  {
    background-color: #9D9D9E; padding: 50px; -webkit-border-radius: 10px 0 0 10px;border-radius: 10px 0 0 10px;
}
.login-detail img {
    max-width: 100%;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}
.btn-link {
    font-size: 12px;
    color: #9D9D9E;
    background-color: transparent;
    padding-right: 0;
    padding: 0;
}
a.footer-copyright {
    color: #9D9D9E;
    background-color: transparent;
    padding-right: 0;
    padding: 0;
    text-decoration: none;
}
a.footer-copyright:hover {
    color: #F06308;
    text-decoration: underline;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.5);
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.success_reg{
    text-align: center; padding: 10px 0; border: 2px solid #1c7430; color: #fff;
    width: 70%; margin: 0 auto 10px auto; border-radius: 5px; background: #1c7430;
}
.error_login{
    text-align: center; padding: 10px 0; border: 2px solid #f00; color: #fff;
    width: 70%; margin: 0 auto 10px auto; border-radius: 5px; background: #f00;
}
.error {
    color: #FF0000;
    font-size: 12px;
}