body{
    background: #444444;
    background: -moz-radial-gradient(center, ellipse cover, #444444 1%, #383635 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#444444), color-stop(100%,#383635)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #444444 1%,#383635 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #444444 1%,#383635 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #444444 1%,#383635 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #444444 1%,#383635 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#383635',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}
.wrapper {    
    margin-top: 20em;
    margin-bottom: 20px;
}

.form-signin {
    color: #fff;
    max-width: 270px;
    margin: 0 auto;
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #eaeaea;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logoLogin {
    width: 160px;
    text-align: left;
    margin: auto;
    color: white;
    font-size: .9em;
}
.logoLogin img {
    width: 4em;
    margin-right: 5px;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.logoLogin img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.logoLogin b {
    font-size: 1.8em;
}