
/* authentication.tpl */
#create-account_form,
 #authentication #login_form {
	height: 25em;
	clear: none;
	float: left
} 
#create-account_form h4 {
	height: 3.4em;
	padding: 0.3em 3em 0 4em
}
#create-account_form p.text,
 #authentication #login_form p.text {
	margin-left: 1em;
	padding-left: 0;
	padding-right: 0
}
#authentication #login_form a { color: #374853 }
#create-account_form { margin-right: 30px }
#create-account_form p.text {
	text-align: left;
}
#authentication #create-account_form p.text label { width: 100px; margin-top:10px; }
#authentication input#SubmitCreate{
        background: url(../img/material/btn-buat-akun.jpg) no-repeat;
        width: 187px;
        height: 26px;
        float:left;
}
 #authentication input#SubmitLogin { 
     margin: 0;
     background: url(../img/material/btn-login.png) no-repeat;
    width:76px;
    height:26px;
    overflow: hidden;
 }
#authentication p.submit {
	margin-right: 0;
	text-align: left;
        margin-top:10px;
        margin-left: 5px;
}
#authentication .lost_password {
    margin-left: 110px;
    margin-top: -30px;
    font-style: italic;
    font-size: 14px;
}
#authentication #create-account_form fieldset,
 #authentication #login_form fieldset {  }
#authentication p.submit span { padding-right: 0.5em }
#create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em
}
#account-creation_form input.text, 
#authentication textarea { width: 327px; }
#create-account_form .head1{
    background: url(../img/material/form-head-member1.jpg) no-repeat;
    width: 345px;
    height: 57px;
    font-family: "HoboRegular";
    font-size: 30px;
    color:#ffffff;
    text-align: center;
    padding-top:5px; 
}
#login_form .head2{
    background: url(../img/material/form-head-member2.jpg) no-repeat;
    width: 345px;
    height: 57px;
    font-family: "HoboRegular";
    font-size: 30px;
    color:#ffffff;
    text-align: center;
    padding-top:5px; 
}
#create-account_form, #login_form fieldset {
    background: url(../img/material/form-body-member.png) no-repeat;
    width: 345px;
    height: 247px;
    font-family: "TwCenMt";
    font-size: 16px;
}
.account_creation fieldset {
    float:left;
    text-align: left !important;
}
#account-creation_form {
    font-family: "TwCenMt";
    font-size: 16px;
}
#submitAccount {
    background: url(../img/material/btn-daftar.png) no-repeat;
    width: 95px;
    height: 30px;
    margin-left: 375px;
    margin-top: -54px;
    float:left;
}