/*
=========== Login-page =========== 
*/

body {
    background-color:#ffd600;    
    font-size:14px;
    background-image:url(/assets/images/login/flower.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat:no-repeat;

}

.topaddress {
    text-align: right;
    font-size:16px;
}
.topaddress a {
    color:#333;
    font-size:16px;
}
.outerform {
    /* background-color:#ffe040; */
    background-image:url(/assets/images/login/white-50.png);

}


.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-signin .checkbox {
    font-weight: 400;
  }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .fb-stream {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;

  }

.footer, .footer a {
    color:#FFF;
    text-shadow: 0px 0px 3px #000000;

}