html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    color: white;
    margin: 0;
}

.logo-produto {
    min-height: 100%;
    height:100%;
    width: 50%;
    float: left;
    margin: 0 auto;
    background: url('img/shopping_fide.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-area {
    padding-top: 70px;
    /*padding-left:40px;*/
    overflow: auto;
    height:100%;
    min-height: 100%;
    margin: 0 auto;
    /*width: 50%;*/
    background: #2196F3;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}
.row {
margin-left: -15px;
height: 100%;
margin-right: -15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: white;
    background-color: transparent;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control::-webkit-input-placeholder {
        color: white !important;
    }

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-default {
    color: #0094d8;
    background-color: #fff;
    border-color: transparent;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }