/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}
html, body{
    height: auto;
}

.background {
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-login .top-banner img{
    max-width: 765px;
    width: 100%;
}

.input-group .glyphicon{
    top: 0px;
}
.box-login{
    padding-top: 50px;
}

.box-login .input-group-addon{
    background-color: #ffffff;
    color: #999999;
}
.btn-danger{
    background-color: #ea252a;
}
.ico{
    border-bottom: 1px solid #ea252a;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
a{
    color: #0066cc;
}
.forgot-pass{
    color: #ea252a;
    font-size: 11px;
}
.note{
    font-size: 10px;
}

/**
-------------------------------------------
FOOTER
-------------------------------------------
**/
footer {
    background: #6d2e6e;
    text-align: center;
    font-size: 13px;
    padding: 15px;
    margin-top: 20px;
    border-top: 5px solid #9e25ea !important;
    line-height: 170%;
    color: #ffffff;
}