@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

input[type="text"] {
    font-weight: normal;
}

input[type="password"] {
    font-weight: normal;
}

.logo img {
    height: 20px;
    float: left;
}

.login {
    margin-top: 2em ;
}

.login label {
    float: left;
    width: 100%;
}

.login img {
    width: 90%;
    margin: 35% 5% 3% 5%;
}

.green {
    background: green;
    color: #FFF;
}

.green:hover {
    box-shadow: 0px 0px 4px #67b168;
    color: #FFF;
}

.submit {
    margin-top: 3%;
    float: left;
    font-weight: bold;
}