.login-main {
	width: 450px;
	height: 220px;
	margin: 5px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 35px;
	
	background-color: white;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.xy {
    position: absolute;
    left: 50%;
    top: 25%;
 	transform: translate(-50%,-50%);
}

.bg-dark {
	background-color: #343a40;
	background-image: url(./../images/ctrl_esc.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom;
}

.login-group {
	width: 400px;
	margin-top: 15px;
}

.form-group labeL {
	display: inline-block;
	width: 25%;
}
.form-group input {
	width: 70%;
}
.small {
	font-size: .75em;
}

.login-button {
	margin-top: 15px;
	text-align: center;
}
.login-button button {
	width:75px;
	height:30px;
	padding: 4px 5px;
	cursor: pointer;
	border-radius: 8px;
	text-align: center;
 	text-decoration: none;
	background-color:#28a745;
	border: 1pt solid #28a745;
	color: white;
}
.login-button button:hover {
	background-color: #23903c;
	border: 1pt solid #23903c;
}
.login-button a {
	color: gray;
	font-size: small;
}
