.bg-blue-dark {
	background-color: #2f416d;
}

@media only screen and (max-width: 1920px) {
	.login {
		position: relative;;
		top: 40%;
	}
}
@media only screen and (max-width: 1600px) {
  	.login {
		position: relative;;
		top: 30%;
	}
	.mitra-logo {
	    margin-top: 7rem;
	}
}

@media only screen and (max-width: 767px) {
  	.login {
		position: relative;;
		top: 10%;
	}
	.mitra-logo {
	    margin-top: 3rem;
	}
}

.login input {
  outline: 0;
  border-width: 0 0 1px;
  border-color: #ebecee
}

.login input:focus {
  background-color: #fff !important;
}

.login .input-group-text {
	background-color: transparent !important;
	border-right:none !important;
	border-left:none !important;
	border-top:none !important;
	border-bottom: 1px solid #ebecee;
}

.login .content {
	color: #fff;
}

.field-icon {
	position: absolute;
	right: 10px;
  	margin-top: 10px;
  	z-index: 6666666666;
}