@import url('https://fonts.googleapis.com/css?family=Exo|Roboto');

body {
    font-family: Roboto;
}

#kc-header-wrapper {
    background-repeat: no-repeat;
    background-size: contain!important;
    height: 100px;
    width: auto;
    text-indent: -9999px;
    background-position: center!important;
}

.login-pf-header {
    font-family: Exo;
    margin-top: 0;
    margin-bottom: 1.75rem;
    text-align: center;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
}

#kc-page-title {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

label {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-bottom: .5rem;
    font-weight: 400;
    color: #4b4b4b;
    font-size: 14px;
}

input[type=text], input[type=password],
input[type=text]:visited, input[type=password]:visited {
    border-radius: .375rem;
    background-color: #fff;
    border: 2px solid #dadfe6;
    color: #2a2a2a;
    line-height: 1.15;
    margin: 0;
    font-size: 1rem;
    padding: .80rem 1.125rem .75rem;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
}

input[type=password] {
    padding: 0.86rem 1.125rem .75rem;
}

input[type=text]:focus, input[type=password]:focus,
input[type=text]:active, input[type=password]:active {
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=submit], input[type=submit]:visited {
    font-family: Exo;
    color: #fff;
    font-weight: 500;
    cursor: default;
    padding: .92rem 1.5rem .85rem;
    font-size: 0.85rem;
    line-height: 1.25;
    border-radius: .375rem;
    text-transform: uppercase;
    letter-spacing: .4px;
    border: 0px solid transparent!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
}

input[type=submit]:hover, 
input[type=submit]:active, 
input[type=submit]:focus {
    color: #fff!important;
    border-color: transparent!important;
}

input[type=submit]:active {
    -webkit-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.1)!important;
    -moz-box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.1)!important;
    box-shadow: inset 0px 1px 3px 2px rgba(0, 0, 0, 0.1)!important;
}

#kc-forgot-password-link a,
#kc-back-to-login a {
    font-size: 15px;
}

#kc-forgot-password-link a:hover,
#kc-back-to-login a:hover {
    text-decoration: none;
}

#kc-form-options .checkbox {
    margin-bottom: 13px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    margin-left: 0;
    line-height: 1.29;
    cursor: pointer;
}

input[type="checkbox"] + label:before {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}

input[type="checkbox"]:checked+label:before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-radius: 3px;
}

#kc-reset-password-form #kc-back-to-login {
    display: block;
    margin-bottom: 9px;
}

#email-instruction {
    font-size: 14px;
}

.login-pf-settings {
    text-align: center;
}

@media (max-width: 1199.98px) { 

}

@media (max-width: 991.98px) { 

}

@media (max-width: 767.98px) { 
    .login-pf-page {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 20px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) { 
    
}