span {
	flex: 1 100%;
}

.login_dash {
	background-color: var(--def-color-lighter);
	height: 1px;
	width: 4vw;
}

.input_border_cont {
	border: solid 0.3vmin #cbd9e3;
	height: 8vh;
	max-height: 50px;
	min-height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 1vw;
	width: 100%;
}

.login_input {
	display: block;
	flex: 1 100%;
	border: none;
	font-size: 1.5vw;
	width:  100%;
}

.login_watermark {
	color: #cbd9e3;
	font-size: 1.5vw;
}

.login_input:focus {
    outline: none;
}

.login_icon {
	height: 3vh;
	max-height: 25px;
	min-height: 15px;
	display: block;
	margin: 0 0 0 1vw;
}

.blue_button {
	width: 100%;
}