/**
 * All of the CSS
 * included in this file.
 */
 #a5logo {
     width: 220px;
     margin-top: 20px;
     margin-bottom: 20px;
 }
#submit {
	 background-color: #fff!important;
	 border: 1px solid black!important;
	 color: #000;
	 text-shadow: none;
	 box-shadow: none;
     height: 3em;
     width: 96px;
 }
 #a5_org_name, #a5_username, #a5_password {
    display: block;
    margin-bottom: 17px;
    height: 3em;
    width: 270px;
    border: 1px solid #000;
    padding: 3px 15px;
 }
 .a5_widget{
     /*border: 1px solid black;*/
     /*height: 300px;*/
     width: 200px;
     display: inline-block;
     margin-right: 50px;
     margin-top: 20px;
     margin-bottom: 20px;
 }
 .a5_desc {
     font-size: 1.1em;
     margin: 0;
 }
 #a5_error {
     color: red;
 }