body {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}
.loginContainer {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 430px;
    height: 330px;
    margin-left: -215px;
    margin-top: -165px;
    top: 44%;
    left: 50%;
    position: absolute;
}
.title {
    position: absolute;
    top: 14px;
    width: 100%;
    left: 0px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #575757;
}
.usernameBox {
    position: absolute;
    bottom: 174px;
    width: 386px;
    height: 70px;
    background-color: #f2f2f2;
    left: 22px;
    box-sizing: border-box;
    border: none;
    font-size: 23px;
    text-indent: 61px;
}
.usernameIcon {
    position: absolute;
    width: auto;
    height: 34px;
    margin-top: -17px;
    left: 35px;
    bottom: 191px;
    z-index: 99;
}
.passwordBox {
    position: absolute;
    bottom: 100px;
    width: 386px;
    height: 70px;
    background-color: #f2f2f2;
    left: 22px;
    box-sizing: border-box;
    border: none;
    font-size: 23px;
    text-indent: 61px;
}
.passwordIcon {
    position: absolute;
    width: 36px;
    height: 44px;
    margin-top: -22px;
    left: 35px;
    bottom: 114px;
    z-index: 99;
}
.loginButton {
    position: absolute;
    bottom: 22px;
    width: 386px;
    left: 22px;
    background-color: #6cb889;
    height: 60px;
    font-weight: 300;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
