.ls-login-parent {
    background: #00BFAF/*#68bdad*/;
}

.ls-login-logo img {
    width: 150px;
    margin: 50px 0; 
}

.ls-theme-gray .ls-btn-primary, html .ls-btn-primary {
    background: #D31860/*9b385d*/;
    border-color: #D31860;
    color: white;
}

.ls-theme-gray .ls-btn-primary:hover, html .ls-btn-primary:hover {
    background: #00BFAF;
    border-color: #00BFAF;
    color: white;
}

.ls-alert-danger li.alert-list {
    margin-left: 20px;
    padding-top: 10px; 
}