/* CSS Document */

.trans-effect{
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.user-type-select{
	cursor: pointer;
}
.user-type-select:hover{
	color:#105189;
}
.login {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 20px;
}

.form-group .form-control {
  background-color: transparent;
  padding: 25px 15px;
  color: #ffffff;
}

.form-control:focus {
  	/*background-color: rgba(255, 255, 255, 0.2);*/
	border-radius: 10px 10px 0 0;
}

@media (max-width: 575.98px) {
	.login-body{
		background-position-x:right;
	}
}
