.login_right {
    float: right;
    width: 620px;
    margin-top: 30px;
}



input[type=reset],
input[type=submit],
input[type=button] {

    display: inline-block;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -moz-tap-highlight-color: rgba(0, 0, 0, 0);

    -o-tap-highlight-color: rgba(0, 0, 0, 0);

    tap-highlight-color: rgba(0, 0, 0, 0);

}



#loginBox {
    width: 40%;
    margin: 25px 0px 40px 0;
    text-align: left;
    float: left;

}

.login-model {
    width: 100%;
    float: left;
    /* border: 1px solid #d1cdcd; */
    border: 2px solid #276eb673;
    padding: 15px 30px 30px 30px;
}

.digital_ind {
    float: left;
    margin-top: 12px;
    width: 100%;
}

#loginBox h1 {
    font-size: 25px;
    color: #111111;
    padding-bottom: 15px;
}



h1 {

    margin: 0;

}



#logo a {

    display: block;

    width: 295px;

    height: 205px;

    text-decoration: none;

    text-indent: -9999px;

    background: url(../images/login-logo.png) no-repeat;

    margin: 0 auto 1em auto;

}

#form1 input[type="text"] {
    width: 100%;
    float: left;
    border: 1px solid #969292;
    padding: 10px 5px;
    font-size: 13px;
}

#form1 input[type="password"] {
    width: 100%;
    float: left;
    border: 1px solid #969292;
    padding: 10px 5px;
    font-size: 13px;
}

#loginBox .text {
    float: right;
    color: #00786a;
    font-size: 14px;
    margin-top: 6px;
}

#loginBox .text:hover {
    text-decoration: underline;
}

#loginBox .text strong {
    font-weight: normal;
}

h3 {

    margin: 1em 0;

    font-size: 0.8em;

    font-weight: normal;

    color: #d00;

}





fieldset {

    border: none;

    margin: 0;

    padding: 0;

}



fieldset input {

    display: block;

    width: 100%;

    margin-bottom: 1em;

    border: 1px solid #ccc;

    background: #fff;

    padding: 2px;

}



input.submit {

    display: inline-block;

    float: right;

    margin: 0;

    height: 24px;

    line-height: 24px;

    font-weight: bold;

    border: 1px solid #666666;

    padding: 0 10px;

    background: url('../images/grey_btn_bg5155.png?1312910883') top left repeat-x;

    color: #333;

}



input.submit:hover,
input.submit:active {

    background-position: bottom left;

}



#copyRights {

    font-size: 0.7em;

    color: #888;

    padding: 1em;

    text-align: center;

}



#copyRights a {

    color: #888;

}

#loginBox .submit {
    background: #00786a;
    color: #fff;
    font-size: 15px;
    padding: 6px 35px;
    border: 0px;
    cursor: pointer;
    float: left;
    height: auto;

}

#loginBox .submit:hover {
    background: #059181;
}

.scroll-pane {
    width: 100%;
    overflow: auto;
}

.heightclass {
    height: 450px;
}

#container {
    padding: 0 10px;
}


@media only screen and (max-width: 768px) {
    #loginBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .login_right img {
        display: none;
    }

    #container {
        width: 100%;
    }

    #loginBox {
        width: 100%;
    }

    .login-model {
        width: 100%;
        padding: 20px;
    }
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 66%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
    border: 1px solid #969292;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /* background-color: #fff; */
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
