body {
    background-color: rgba(0,168,142,.1);
}
.title-box {
    border: 5px solid #0074E8;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;

}
.title-box strong{
    display: block;
    font-size: 24px;
}
.login-box {
    background-color: rgba(255,255,255,.8);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 70px;
    position: relative;
}
.site-logo {
    text-align: center;
    position: absolute;
    top: -50px;
    width: 95.5%;
}
.site-logo img {
    cursor: pointer;
    width: 100px;
}
.login-box-title {
    text-align: center;
    margin-bottom: 20px;
}
.form-group label {
    font-weight: bold;
    margin-bottom: 2px;
}
.btn-round {
    border-radius: 30px;
    min-width: 100px;
}

@media (max-width: 768px)
{
    .login-box {
        /*width: 95%;*/
    }
}
