@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 480px;
    padding: 8% 0 0;
    margin: auto;
    border-radius: 10px;
}
.form {
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 360px;
    margin: 0 auto 0;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}
.copyright{
    margin: auto;
 /*   margin-bottom: 400px; */

}
.login_button_active:active{
    background-color: #2b9ccc!important;
}
/*
body {
    background-image: url("../images/maxresdefault.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
*/

body {
background: #d0d0d0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}