.icon-options-vertical{
	color: black !important;
}
.password-container{
	width: 400px;
	position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
	width: 100%;
	padding: 12px 36px 12px 12px;
	box-sizing: border-box;
}
.fa-eye{
	position: absolute;
	top: 28%;
	right: 4%;
	cursor: pointer;
	color: lightgray;
}

.btn-login{
	background-image:linear-gradient(to right top, #feb601, #ff9025, #ff6746, #ff3967, #ff0089);
}
.login-background{
	background-color: #fff !important;
}

.btn-native{
	background: #1572e8;
	color: #fff;
}
.input-border-bottom {
	border-width: 0 0 1px 0;
	border-radius: 0;
	padding: 0.75rem 15px !important;
	background: 0 0!important;
}