#form-login {
    margin: 50px auto;
    float: none;
}


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
/* Negative indent footer by it's height */
    margin: 0 auto -120px;
}


/* Large desktop */
@media (min-width: 1200px) {
    #form-login {
        margin: 200px auto 0 auto;
        float: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #form-login {
        margin: 150px auto 0 auto;
        float: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #form-login {
        margin: 50px auto;
        float: none;
    }
}
 
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

  .brand {
    font-size: 18px !important;
  }
}


.login-box 
{
    background: rgba(0,0,0,0.6);
    box-shadow: none;
}

p.block-heading 
{
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: larger;
}

.login-box 
{
    color: white;
}

.login-box .add-on 
{
    background-color: #eeeeee;
    margin-left: 0px;
}

.icon-and-input
{
    white-space: nowrap;
    font-size: 0px;
}

.input-next-to-icon
{
    border-radius: 0px !important;
    border-left: none !important;
    width: 92%;
}
