/* Color easy change */
body, .form, #links a, .form-info {
  color: #fff;
}
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
.form-submit, input, select, input.form-control, button#languageFormBtn {
  background-color: rgba(213,213,170,0.7);
  color:#000;
}
.benedict .form-submit, .benedict input, .benedict select{
	background-color: rgba(158, 158, 162, 0.7);
    color: #FFF!important;
}

.benedict input::-webkit-input-placeholder { /* Edge */
  color: #FFF!important;
}

.benedict input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF!important;
}

.benedict input::placeholder {
  color: #FFF!important;
}
#bg{
	z-index: -1;
}
#bg-color{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}
button#languageFormBtn{
	width: 400px;
    border-radius: 13px;
    height: 45px;
    font-size: 17px;
    margin-bottom: 40px;
    border: 0;
}
button#languageFormBtn .caret{
	float: right;
    position: relative;
    top: 10px;
    color: #000;
}
ul.dropdown-menu[aria-labelledby="languageFormBtn"]{
	top: 45px;
    width: 100%;
    background-color: #d5d5aa;
}
ul.dropdown-menu[aria-labelledby="languageFormBtn"] li.dropdown-item{
	border-bottom: 1px solid #EFEFEF50;
}
.form-error {
	color: red;
    font-size: 12pt;
    text-align: center;
    border-radius: 20px;
    background: rgba(0,0,0,0.5);
    margin: 0px 50px;
    padding: 10px 0px;
}
.form-submit {
	margin: 0 auto;
    padding: 6px 0px 0px 0px;
    width: 200px;	
    height: 28px;
    line-height: 19px;
    cursor: pointer;
    cursor: hand;
    background-color: #817e21;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	transition: all 1s;
}
.form-submit:hover{
	background-color: #81b921;
}
.return{
	margin: 0px 0px 0px 50px;
    padding: 6px 0px 0px 0px;
    width: 200px;
    height: 28px;
    cursor: pointer;
    cursor: hand;
    background-color: #e3e3e3;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.39);
	float: left;
	transition: all 1s;
}
.return a{
	transition: all 1s;
	color: #000000;
	text-decoration:none;
}
.return:hover{
	background-color: #3e3e3e;
}
.return:hover a{
	color: #ffffff;
}
/* end easy change */
/* Registration form */
#registration-form-box {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: solid 1px #CCCCCC;
	text-align: left;
	background-color: white;
}
#registration-form-box .form-submit{
  width: 400px;
}
div.row {
  clear: both;
  padding-top: 5px;
}
div.row div.form_header {
  white-space: nowrap;
  padding: 2px;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
}
div.row div.label {
  float: left;
  width: 53%;
  text-align: right;
  padding-right:1%
}
div.row div.formw {
  width: 46%;
  float:left;
}
[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
  float: left;
  text-align: right;
}
[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
  float: right;
  text-align: left;
}
span.form_required {
  color: #f00;
}
span.form_error {
  color: #f00;
  font-size: x-small;
  margin: 2px;
}
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial",sans-serif;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	color: #1F3660;
}

#wrapper {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#footer {
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.form-box {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding:100px 0px;
	border: solid 5px #817e1f;
	border-radius: 15px;
	text-align: left;
}

.form-box.benedict{
	border: solid 5px #717171;
}

.form {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	position: relative;
	text-align: center;
}

label {
	width: 150px;
	float: left;
	margin-right: 1em;
	display: block;
	text-align: right;
	line-height: 2ex;
}

input, input.form-control {
	text-align: left;
    vertical-align: baseline;
    margin: auto;
    margin-bottom: 1em;
    width: 400px;
    height: 45px;
    border: none;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
}

select {
	width: 400px;
	height: 45px;
	color: #000;
	border: none;
	margin-bottom: 1em;
	font-size: 18px;
}
#login-submit-div{
	width: 48%;
	float: right;
	text-align: left;
}
#links {
	width: 48%;
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#links a {
	text-decoration: none;
	color:#fff;
}

#links a:hover {
	text-decoration: underline;
	color: #000;
}
#footer a{
	text-decoration: none;
	border:2px solid #fff;
	color:#fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 20px 10px 10px 10px;
	margin-right: 10px;
	transition: all 1s;
}
#footer a i{
	width: 30px;
	transition: all 1s;
}
#footer a:hover{
	border-color: #000;
}
#footer a:hover i{
	color: #000;
}
.form-info {
	font-size: 12pt;
	text-align: center;
}
span{
	color:#e3e3e3;
}
span.subslogan{
	text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 40px;
}
span.slogan{
	margin-top: 23px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}
.clear{
	width: 100%;
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 720px) {
	#wrapper{
		top:0px;
	}
	#header img{
		width: 100%
	}
	.form-box{
		width: 95%;
		padding: 20px 0px;
	}
	select, input{
		width: 100%;
	}
	#links{
		width: 100%;
		text-align:center;
	}
	.form-submit{
		float: right;
    	margin-right: 20px;
    	width: 150px;
	}
	.return{
		margin-left: 20px;
    	width: 150px;
	}
	#login-submit-div{
		width: 100%;
		text-align: center;
	}
}
