﻿:root {
    --formsiginbackground: #56595C;
    --formsigincolor: #1B3F72;
}
.form-signin {
    padding: 5px;
    background-color: var(--formsiginbackground) !important;
    border-radius: 10px;
    /*max-width: 280px;*/
    /*min-height: 190px;
    max-height: 190px;*/
    text-align: center;
    color: var(--formsigincolor) !important;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
        text-align: center;
    }

    .form-signin .text-input-form-username {
        margin-bottom: 1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        /*width: 99%;*/
    }

    .form-signin .text-input-form-password {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 99%;
    }

.btn-login {
    /*background-color: #035787 !important;*/
    background-color: #ff6a00 !important;
    color: white !important;
}

    .btn-login:hover {
        background-color: #d05904 !important;
        color: white !important;
    }
