@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca:300,400,500,600,700');

h2 {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 400 !important;
	font-size: 24.5px !important;
	line-height: normal !important;
	margin: 15px !important;
	text-transform: none !important;
	color: #046A38 !important;
}

body {
	font-family: 'Nunito', sans-serif;
}

p {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	margin-bottom: 20px !important;
}


.button {
	background-color: #046A38 !important;
    border-color: none !important;
    border-width: 0px  !important;
    color: white !important;
	width: 100%
}

.button.is-hovered, .button:hover {
	border-color: none  !important;
    color: white  !important;
	text-decoration: none  !important;
    background-color: #19784b  !important;
    transition: all 0.5s ease-in-out  !important;
}

#main_auth_container {
    text-align: center;
}

form {
    display: inline-block;
}

/*.input {
	width: 30% !important;
}*/

.input, .textarea, .button { 
	font-family: 'Nunito', sans-serif;
	font-size: 15px !important;
}

.input, .textarea {
	box-shadow: none !important;
	width: 100% !important;
	border: none !important;
	margin-bottom: 5px;
}

.input, .select select, .textarea {
	background-color: #f2f2f2 !important;
	border-color: none !important;
}

.oucampus-login-error {
    background-color: #ff9999;
    height: 30px;
    width: 250px;
    border-radius: 3%;
    margin: auto;
    padding: 15px;
}

.hidden {
    display: none;
}

#de {
	display: none;
}