body{
    background-color: #FFF;
    background-size: cover;
}

.login-wrap{
    padding: 30px;
    padding-top: 15%;
}

.login-panel{
    padding: 15px;
    padding-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.checklist-center {
    margin: 0 auto;
}

.hhh-form-group{
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

.btn-login-wrap{
    height: 43px;
}

.hhh-btn{
    height: 100%;
    width: 100%;
}

.login-btn-success{
    background: #58B957;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}