﻿

.kfButton {
    background: #106550 !important;
    color: #fff;
    /*width:90% !important;*/
}

    .kfButton:hover {
        color: yellow !important;
    }

.kfDefaultButton {
    background: #106550 !important;
    color: #fff;
}

    .kfDefaultButton:hover {
        color: yellow !important;
    }

.kf-header-kf {
    background-color: #106550;
    color: #FFF;
    max-height: 65px;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 110;
    padding: 10px;
}

    .kf-header-kf div.container {
        margin-left: 10px !important;
    }



.kf-authtop-header {
    background-image: url('../Content/TopHeader@2x.png');
    background-repeat: no-repeat;
    min-width: 320px;
    background-size: cover;
    background-position: center;
    padding-top: 0px !important;
    padding-left: 26px;
    min-height: 53px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    display: block;
}

@media screen and (max-width: 720px) {

    .kf-authtop-header {
        background-image: url('../Content/TopGreenHeader@2x.png');
        background-repeat: no-repeat;
        min-width: 320px;
        background-size: cover;
        background-position: center;
        padding-top: 0px !important;
        padding-left: 26px;
    }
}
