select {
			outline: none;
			border: none;
		}

		.cssSelect {
			display: block;
			width: 100%;
			background: transparent;
			font-family: Montserrat-Regular;
			font-size: 18px;
			color: #555555;
			line-height: 1.2;
			padding: 0 26px;
		}

		.input100 {
			color: #555555;
			border-radius: 10px !important;
		}

		.login100-form {
			background-color: #eeeeee !important;

		}

		.login100-form-btn {
			background: #008aff;
		}

		.login100-padd {
			width: 412px;
			margin: 0 auto;
		}

		@media only screen and (min-width:320px) and (max-width:480px) {
			.login100-padd {
				width: 100%;
			}
		}