/* login.css */
/* WebOne 2026 */
/* This file contains styles specific to the login page, including layout, form styling, and responsive design. */

.login__holder {
	background-image: url('../images/background-blue.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0;
}

.login__box {
	display: flex;
	margin: auto;
	flex-direction: column;
}

.login {
	width: 550px;
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
	justify-content: center;
	background-color: #ffffff;
	margin: auto;
	padding: 25px;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
}

.login__header {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login__header_background-image {
	background-image: url(../images/energitrappan-logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 2rem;
	margin-block: 1.5rem;
}

.login__footer {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.login__h1 {
	color: var(--CBlue);
	text-align: center;
}

.login__h2 {
	color: var(--CBlue);
	text-align: center;
	font-size: 1.5rem;
}

.login__p {
	display: flex;
	padding-block: 1rem;
}

.login .button__holder {
	width: 100%;
	display: flex;
	flex-direction: column;
}
