* {
    padding: 0;
    margin: 0;
    border: 0;
    border-image: none;
    font-family: 'Open Sans', sans-serif, Arial;
}

.main {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
}
.center {
    margin: 0 auto;
    max-width: 320px;
}
.message {
	float: left;
	width: 80%;
	padding: 10%;
	background-color: #fd9128;
	text-align: center;
	color: #fff;
	font-size: 13px;
	/* position: relative; */
	margin-top: 20px;
}
.translate {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30%;
    /*box-shadow: 0px 0px 1px #000;*/
}
.box {
    float: left;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: 1px dashed #CCC;
}
.header {
    float: left;
    width: 100%;
    background-color: #f8f7f5;
    text-align: center;
    padding: 10px 0;
}
.header img {
    margin: 5px;
    height: 50px;
}
.translate > p {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	color: #555;
	float: left;
	width: 100%;
}
.logele {
    float: left;
    margin: 10%;
    width: 80%;
}
.group {
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 5px
}
.logele input {
    float: left;
    height: 40px;
    color: #555;
}
.logele label {
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #7aba38;
}
.idema {
}
.idpas {
}
#email {
    width: 176px;
    /*width: 216px;*/
    padding: 0 20px 0 20px;
    background-color: #f8f7f5;
}
#password {
    width: 176px;
    /*width: 216px;*/
    padding: 0 20px 0 20px;
    background-color: #f8f7f5;
}
#submit {
    background-color: #fd9128;
    color: #FFF;
    text-transform: uppercase;
    width: 256px;
    cursor: pointer;
}
#validate-user {
    float: left;
    background-color: #fd9128;
    color: #FFF;
    text-transform: uppercase;
    width: 256px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
#message {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #FFF;
    font-weight: bold;
}