﻿button[disabled]
{
    cursor: default;
}

/* Sticky footer styles  */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 50px; /* Vertically center the text there */
}

/* End sticky footer styles  */

#sign-in-with-intuit #img_default {
    display: block;
}

#sign-in-with-intuit #img_hover {
    display: none;
}

#sign-in-with-intuit:hover #img_default {
    display: none;
}

#sign-in-with-intuit:hover #img_hover {
    display: block;
}

#sign-in-separator
{
    display: flex;
    align-items: center;
}

#sign-in-separator hr {
    flex-grow: 1;
}