

label[for="id_username"] {
   /* woohoo! */
    display: none;
}

label[for="id_password"] {
    /* woohoo! */
     display: none;
 }

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.box_left_login {
    border: 3px solid;
    text-align: center;
    font-size: 20px;
    background-color: white;
}

.box_right_login {
    border: 3px solid;
    text-align: center;
    font-size: 20px;
    background-color: white;
}

.box_left_login a {
    color: black;
}

.test1{
    background-image: url("../images/back.png");
    background-size: 100%;
    background-repeat: none;
  }



.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #da1f26;
  border-bottom: 4px solid #da1f26;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  