 .login {
     background-image: url('/assets/bg.jpg')!important;
     background-size: cover!important;
     background-position: top center!important;
     background-repeat: no-repeat!important;

            }

            @media (max-width: 1620px) {

               .content {
                  max-width: 430px;
                  margin: 0 auto;
                  margin-top: 80px;
		}
            }

            @media (min-width: 1621px) {

               .content {
                  max-width: 430px;
                  margin: 0 auto;
                  margin-top: 200px;
		         }
           }


            #form-content {
		background-color: #ffffff;
		padding: 25px;
		box-shadow: 0px 0px 20px -3px hsla(0,0%,0%,0.3);
		margin-bottom: 15px;
            }

            h1#logo {
		text-align: center;
		margin: 0;
            }

            h1#logo img {
		width: 100%;
		max-width: 250px;
            }

            form { margin: 30px 0; }
            form button { margin-top: 30px; }
            .credit { text-align: center; margin: 0px; }
            .credit img { width: 125px; }
            footer { color: #ffffff; text-align: center; text-shadow: 0px 0px 5px rgba(0,0,0,0.5); }
            footer a { color: #ffffff; }
            footer a:hover { color: #ffffff; border-bottom: 1px dashed #ffffff; }
