html,body {background:#000;}
.loginform {width:329px;margin:200px auto 0 auto;background:#000;}
.loginform .form-control {width:183px;margin:2em 50px;}
.loginform div {color:#fff;margin:2em auto 0.5em auto;font-size:0.9em;width:100%;text-align:center;font-family:helvetica,arial,sans-serif}
.form-control {font-size:0.7em;padding:0.5em 1em;color:#fff;margin-top:0em;text-align:center;width:329px;border-radius: 0;-webkit-border-radius: 0;background-color:#000;border:1px solid #fff;}
@media screen and (max-width:768px) {
	.loginform img {width:70% !important;margin-left:15% !important;}
	.loginform {width:100% !important;}
	.loginform .form-control {width:70% !important;margin:2em 11% !important;}
}