
body {
    background-color: rgba(0,168,142,.1);
}
.site-logo {
    text-align: center;
    margin-top: 40px;
}
.site-logo img {
    cursor: pointer;
    width: 100px;
}
.login-box {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 10px;
    box-shadow: 0 0 5px #ccc;
}
.login-box-title {
    text-align: center;
    margin-bottom: 20px;
}
.form-group label {
    font-weight: bold;
    margin-bottom: 2px;
}

@media (max-width: 768px)
{
    .login-box {
        /*width: 95%;*/
    }
}
