body{
    background:url('http://img0.mxstatic.com/wallpapers/2ec5b8cd9ea472921840a473c72eb866_large.jpeg'); 
background-repeat:no-repeat;
}

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

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: rgba(238, 238, 238, 0.75);
    border: 3px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

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

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #eb8104, #eb8104 12.5%, #eb8104 12.5%, #eb8104 25%, #275d90 25%, #275d90 37.5%, #275d90 37.5%, #275d90 50%, #919191 50%, #919191 62.5%, #919191 62.5%, #919191 75%, #745e8d 75%, #745e8d 87.5%, #745e8d 87.5%, #745e8d);
    background-image: -moz-linear-gradient(left, #eb8104, #eb8104 12.5%, #eb8104 12.5%, #eb8104 25%, #275d90 25%, #275d90 37.5%, #275d90 37.5%, #275d90 50%, #919191 50%, #919191 62.5%, #919191 62.5%, #919191 75%, #745e8d 75%, #745e8d 87.5%, #745e8d 87.5%, #745e8d);
    background-image: -o-linear-gradient(left, #eb8104, #eb8104 12.5%, #eb8104 12.5%, #eb8104 25%, #275d90 25%, #275d90 37.5%, #275d90 37.5%, #275d90 50%, #919191 50%, #919191 62.5%, #919191 62.5%, #919191 75%, #745e8d 75%, #745e8d 87.5%, #745e8d 87.5%, #745e8d);
    background-image: linear-gradient(to right, #eb8104, #eb8104 12.5%, #eb8104 12.5%, #eb8104 25%, #275d90 25%, #275d90 37.5%, #275d90 37.5%, #275d90 50%, #919191 50%, #919191 62.5%, #919191 62.5%, #919191 75%, #745e8d 75%, #745e8d 87.5%, #745e8d 87.5%, #745e8d);
}
