html,
body {height:100%;}

body{
    background: #008d4b url('../img/bg9-2.jpg') no-repeat center top;
    background-size: 100% auto;
}

.container {padding:40px;}

.slogan {
    /*padding: 80px 0 0;*/
    font-size: 50px;
    color: #fff;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
}

.slogan2 {
    font-size: 26px;
    color: #fff;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 1);
}

.form-login {background: #fff; border-radius: 5px; padding:20px; box-shadow:0 0 14px rgba(0,0,0,0.5)}
    
    .logo-product {margin-bottom:20px;}

    .form-login form {}

    .form-group label {font-weight:normal;}
    
    .form-control {
        background: #f1f1f1;
        border: none;
        /*border-radius: 3px;*/
        box-shadow: none;
        /*padding:20px;*/
    }

    .form-control:focus {
        /*border-color: #fff;*/
        box-shadow: none;
        outline: 0 none;
    }

    .input-group-addon {
        background: none;
        /*border: none;*/
        /*border: 1px solid #fff;*/
        /*color: #fff;*/
        /*border-radius: 0;*/
    }

    .btn-login {
        /*border: 1px solid #00733d;*/
        background: #008d4b;
        color: #fff;
        /*font-size: 15px;*/
        /*line-height: 25px;*/
        /*padding: 5px 10px;*/
        /*border-radius: 2px;*/
        /*font-weight: bold;*/
        outline: 0 none;
    }

    .btn-login:hover {color:#fff;}

    .logo-client{
        padding: 20px 0 0 0;
        text-align: center;
    }

.footer,
.footer a {color: #fff;}

.footer {
    /*background: rgba(0,0,0,0.5);*/
    padding:20px 0;
    /*position:absolute;*/
    /*left:0;*/
    /*right:0;*/
    /*bottom:0;*/
}

.footer i {
    margin: 0 10px;
}