@charset "utf-8";
/* CSS Document */

#login {
    background: transparent;
}
.white-space {
	min-height: 40px;
	margin: 0px;

}
#login_message {
	text-align: center !important;
	color: red !important;
    background: white !important;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.inner-pages .headings {

    background: linear-gradient(rgba(32, 51, 100, 0.5), rgba(32, 51, 100, 0.5)), url(//stabletransit.s3-accelerate.amazonaws.com/images/cyber-security-banner-lo-res.jpg) no-repeat center center !important;
}

.sticky, .sticky.head-tr {
	background: #282a3c none repeat scroll 0 0 !important;
}

.heading {
    background: #282a3c !important;
}


/* Header */
.login-form h2 {
    position:relative;
    text-align:center;
    font-size: 24px;
}
.login-form h2:before {
    content: "";
    height: 2px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
}

.login-form h2:after {
    content: "";
    height: 2px;
    width: 30%;
    background: #d4d4d4;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 0;
}

/* Form */
.inner-pages .form-control {
    border: 1px solid #1B6775;
}

/* Content */
.login__container {
    height: 100vh;
}
@media screen and (max-width: 767px) {
    .login__container {
        height: auto;

    }
}

.parent { position: relative; } 
.child { position: absolute; top: 50%; transform: translateY(-50%); width: 100% }
@media screen and (max-width: 767px) {
    .child {
        position: relative;
        top: auto;
        transform: none;
    }
}

/* Right-side Content */
.login__headline {
    font-size: 28px;
}
@media screen and (max-width: 767px) {
    .login__headline {
        margin-top:35px;
    }
}