.login-back {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 10em 0em;
}

.login-back::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	background: linear-gradient(#4e4e4e, #05001d);
	opacity: .9;
}

.login-dv {
    background: #fff;
    padding: 2rem;

}
.login-logo {
    height: 150px;
    text-align: center;
}
.login-logo img {
    width: 150px;
    height: 120px;
}
.login-line {
    width: 80%;
    height: 1px; 
    background: #235458;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
}
.line-text {
    background: #fff;
    width: 100px;
    color: #333;
    position: relative;
    top: -10px;
    margin: auto;
}
.form-group, .form-horizontal .form-group {
    margin-bottom: 25px;
}
label {
    font-weight: 500;
}
.form-control-line {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none;
    box-shadow: none;
    padding-left: 0;
}
one;
    padding-left: 0;
}
