/*

#login-form {

	width: 315px;

}

#login-form label, #login-form .checkbox {

	display: none;

}

#login-form .btn {

	width: 65%;

	float: left;

}

#login-form .btn.jauth_button { 	

	width: 32%;	 

	float: right;  

    background-color: #006dcc;

    background-image: url("../images/currinda-white-tiny.png"), linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);

    background-position: 8px center, center center;

    background-repeat: no-repeat, repeat-x;

    font-size: 14px;

    padding: 8px 15px 7px 36px;

}

#login-form .btn.jauth_button:hover {

	background-color: #822322;

}

#login-form .forgot-link {

    color: #3362a8;

    float: right;

    font: 14px/16px Tahoma,Verdana,Segoe,sans-serif;

    margin-top: 8px;

}

*/