

#login {
	background: white;
	border-radius: 30px;
	border: 4px solid #5e30e3;
	margin-top: 50px;
	padding-top: 20px;
}

.login {
	background: #000000;
	
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM2OTIxZWQiPjxwYXRoIGQ9Ik0zMjAgMjhDMTYwIDI4IDgwIDQ5IDAgNzBWMGgxMjgwdjcwYy04MCAyMS0xNjAgNDItMzIwIDQyLTMyMCAwLTMyMC04NC02NDAtODR6Ii8+PC9nPjwvc3ZnPg==)
}

.login form {
	border-radius: 0px 0px 0px 30px;
	padding: 40px 60px;
	border: none !important;
	margin-top: 0px;
}

.login input[type=text] {
	background-color: #f5f5f5 !important;
	border-width: 0px !important;
	color: black;
	font-size: 14px !important;
	font-weight: bold;
	padding: 10px 8px !important;
}

.login input[type=text]:focus {
	background-color: #f5f5f5 !important;
	border-width: 0px !important;
}

.login input[type=text]::placeholder {
	color: #a8a8a8 !important;
	font-weight: normal !important;
}

.login input[type=password] {
	background-color: #f5f5f5 !important;
	border-width: 0px !important;
	color: black;
	font-size: 14px !important;
	font-weight: bold;
	padding: 10px 8px !important;
}

.login input[type=password]:focus {
	background-color: #f5f5f5 !important;
	border-width: 0px !important;
}

.login input[type=password]::placeholder {
	color: #a8a8a8 !important;
	font-weight: normal !important;
}

.forgetmenot label {
	color: #5e30e3 !important;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: bold !important;
	margin-top: 6px !important;
	margin-bottom:0px !important;
}

#login {
	min-width: 320px;
	max-width: 600px;
	width: 80%;
}

#login h1 {
	display: none;
}

a {
	color: #5e30e3 !important;
	font-weight: bold;
	font-size: 14px;
}

form label {
	font-size: 12px !important;
	margin-left: 15px !important;
	color: #5e30e3 !important;
	font-weight: bold !important;
	letter-spacing: 0px !important;
}

.description {
	font-size: 12px;
	font-weight: bold;
}

.submit {
	margin-top: 20px !important;
}

#login_error {
	border-left-width: 16px !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}

.message {
	box-shadow: none !important;
	color: #5e30e3;
	text-align: center;
	border-left-width: 0px !important;
	border-radius: 30px;
	padding: 20px !important;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px !important;
}

#loginform {
	border-radius: 30px;
	border-width: 0px !important;
	box-shadow: none !important;
}

.button.button-primary.button-large:focus {
	border-color: #00D6BA !important;
}

.button.button-primary.button-large {
	background-color: #00D6BA !important;
	border-color: #00D6BA !important;
	border-radius: 30px !important;
	text-transform: uppercase;
	font-weight: bold;
	color: black !important;
	border-width: 3px !important;
	padding: 3px 40px !important;
	font-size: 12px !important;
	border-style: solid;
	margin-top: 20px;
}

.button.button-primary.button-large:hover {
	background-color: white !important;
}