/* Logo Positioning */
.task-login #logo {
    display: inline-block !important;
    position: relative !important;
    top: 18vh !important;
    max-height: 90px !important;
}

/* Primary Button Default State */
.btn-primary {
    color: #fff !important;
    background: #00c1e9 !important;
    border-color: #019ebf !important;
}

/* Primary Button Hover State */
.btn-primary:hover {
    background: #ffd64e !important;
    border-color: #e3c150 !important;
}
