body {
    background-color: #ffc107;
    padding-bottom: 40px;
    padding-top: 40px;
}

h1 {
    text-align: center;
}

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

.btn-login {
    background-color: #7f6003;
    border-color: #1F1800;
    color: #fff;	
}

.main{
    position: absolute;
    width: 100%;
    height: 655px;
    text-align: center;
    background-color: #ffc107;
}
.footer{
    width: 100%;
    background-color: #262626;
    height: 100px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.logo{
    width: 300px;
    height: 250px;
    background: url(/img/images/logo-full.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-top:5%;
    margin-left: 38%;
}
.message{
    margin: 0;
}

.logoMoney{
    position: relative;
    width: 33%;
    height: 100%;
    background: url(/img/MONEYMIZE-LOGO.png) center no-repeat;
    float: left;
    
}
.logoFinger{
    position: relative;
    width: 33%;
    height: 100%;
    background: url(/img/logos/logo-finger.png) center center no-repeat;
    float: left;
}