﻿@font-face {
    font-family: Roboto;
    src: url(/css/fonts/Roboto-Regular.ttf);
}

.bg-image {
    background-color: #a0c53b;
}

.btn-login, #kc-logout {
    background-color: #a0c53b;
    background-image: none;
}

.display-3.custom-text.text-center {
    letter-spacing: 2px;
}

.btn-primary{
    border-width: 0px;
}
    .btn-primary:hover {
        background-color: #a0c53b;
        opacity: 0.8;
    }

.row.mx-auto > .display-3.custom-text {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 45px;
}

.row.mx-auto > .custom-text {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 25px;
}

#leftsideLogin {
    background-color: white;
}

.pf-c-form-control {
    border-width: 2px;
}
