.login-error {
    float: left;
    text-align: left;
    width: 90%;
}

.login-error .alert {
    padding: 10px 15px;
}

.bgimage {
    float: left;
    width: 100%;
    background: url("../images/login-background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#pageWrapper {
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    min-height: 550px;
    position: relative;
    z-index: 999;
}

.indLogo {
    left: 0;
    position: fixed;
    text-align: center;
    top: 28%;
    width: 100%;
}

.newlogin-page {
    width: 100%;
    float: left;
}

#content {
    margin: auto;
}

.new-login {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    width: 40%;
    margin: auto;
    padding: 20px;
    box-shadow: 2px 2px 2px #a8a8a8;
}

.leftdata {
    float: left;
    width: 35%;
    margin-top: 54px;
    text-align: center;
}

.leftdata img {
    float: none;
    width: 140px;
}

.rightdata {
    float: left;
    width: 65%;
}

.login-title {
    float: left;
    font-family: 'Roboto-Medium';
    color: #388fda;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
    letter-spacing: 1px;
}

label {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    float: left;
    text-align: left;
    /* margin-bottom: 5px; */
}

.error {
    color: #ff0000;
    font-family: 'Roboto-Regular';
}

.rightdata input[type=text],
.rightdata input[type=password] {
    width: 90%;
    padding: 8px 15px;
    margin: 0px 0px 2px 0px;
    display: inline-block;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    float: left;
    font-family: 'Roboto-Regular';
    color: #303030;
}

.rightdata input[type=text]:hover,
.rightdata input[type=text]:focus,
.rightdata input[type=password]:hover,
.rightdata input[type=password]:focus {
    width: 90%;
    padding: 8px 15px;
    margin: 0px 0px 2px 0px;
    display: inline-block;
    border: 1px solid #388fda;
    box-sizing: border-box;
    float: left;
    font-family: 'Roboto-Regular';
    color: #388fda;
}

input[type=submit] {
    background-color: #20af5d;
    color: white;
    padding: 11px 15px;
    margin: 0px 0px 12px 0px;
    border: none;
    cursor: pointer;
    float: left;
    width: 90%;
    font-family: 'Roboto-Regular';
    letter-spacing: 0px;
    font-size: 15px;
}

input[type=submit]:hover {
    opacity: 0.8;
}

span.psw {
    float: right;
    padding-top: 16px;
}


/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}


/* bootstrap ended here */