/*------------------------------------------------------------------

[M365 Impersonation Stylesheet]

Project:	    Member365
Version:	    1.0
Last change:	04/28/2019
Assigned to:	Michael Foley

-------------------------------------------------------------------*/

.btn-yellow {
    background: #ea940d;
    border: 0px solid #ea940d;
    box-shadow: 0 2px 2px 0 rgba(104, 102, 100, 0.14), 0 3px 1px -2px rgba(104, 102, 100, 0.2), 0 1px 5px 0 rgba(104, 102, 100, 0.12);
    transition: 0.2s ease-in;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    z-index: 1;
    will-change: opacity, transform;
    padding: 7px 14px 7px 14px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    margin-bottom: 5px;
    font-family: 'Open Sans';
}

.btn-yellow:hover {
    border: 0px solid #1cd776;
    background: #ea940d;
    color: #fff;
}
