


.container.login {
	display: flex;
	justify-content: center;
	border-top: 1px solid #D1D4D8;
	padding-top: 60px;
	padding-bottom: 80px;
}

.box-logged {
	display: flex;
	align-items: center;
	height: auto;
	padding-bottom: 10px;
}

.box-logged img {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #E7EAEC;
}

.box-item-logged .type-account {
	display: block;
	font-size: 12px;
	color: #D6DCDF;
	margin-top: -5px;
}

.box-item-logged .company {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.box-item-logged .link-logged {
	font-size: 13px;
	line-height: 12px;
}

.box-item-logged .link-logged a {
	color: #0A72E6;
	text-decoration: none;
}

.box-item-logged .link-logged a:hover {
	text-decoration: underline;
}

.box-login {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	width: auto;
	max-width: 380px;
	height: auto;
	padding: 25px;
	padding-top: 15px;
	border: 1px solid #DDE3E7;
	border-radius: 6px;
	box-shadow: 1px 3px 6px rgba(100, 90, 100, .2);
}

.title-login {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 21px;
	padding-bottom: 20px;
}

.box-login-form {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: auto;
	max-width: 380px;
	height: auto;
}

.box-login-form input[type="text"],
.box-login-form input[type="password"] {
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #D5D8D9;
	border-radius: 3px;
	outline: none;
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-login-form input:focus {
	border: 1px solid #F8C959;
}

.box-login-form input::placeholder {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	color: #A2A9AD00;
}

.box-login-form select {
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #D5D8D9;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
}

.box-login-form select:focus {
	border: 1px solid #F8C959;
}

.select-form-login * {
	border-radius: 0px;
	background-color: #E0E8ED;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

.box-login-form button {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 3px;
	outline: none;
	color: #FFF;
	font-size: 16px;
	background-color: #20af6d;

	cursor: pointer;
}

.box-login-form button:hover {
	background-color: #14975B;
}

.forgot-password {
	display: block;
	padding-bottom: 20px;
	text-align: right;
}

.forgot-password a {
	font-size: 14px;
	text-decoration: none;
	color: #007EFF;
}

.forgot-password a:hover {
	text-decoration: underline;
}

.login-back {
	display: block;
	padding-bottom: 20px;
	text-align: right;
}

.login-back a {
	font-size: 14px;
	text-decoration: none;
	color: #007EFF;
}

.login-back a:hover {
	text-decoration: underline;
}

.warn-input {
	display: flex;
	width: 100%;
	height: auto;
}

.warn-input-max {
	display: flex;
	width: 330px;
	height: auto;
}

.warn {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	padding: 5px;
	border-radius: 3px;

	font-size: 12px;
	background-color: rgba(243, 220, 152, 1.0);
}

.span-flex {
	flex: 1;
	height: auto;
}



