@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;700&display=swap');
    
body{
    background-image: url("/bg-suits.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    font-family: 'Cairo', sans-serif !important;
}
body::before{
    background-color: rgb(0 0 0 / 0.7) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.login-box-msg,label{
    color: #000 !important;
    font-weight: 600;
}

.btn-gold {
    color: #fff;
    background-color: #c7a667;
    border-color: #ddbb82;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    font-size: 18px;
    font-weight: 500;
}

.btn-gold:hover ,
.btn-gold:active {
    color: #fff;
    background-color: #b99959;
    border-color: #bb9a5a;
}
a {
    font-size: 17px;
    font-weight: 600;
}
.form-control:focus {
box-shadow: inset 0 0 0 transparent,0 0 0 .2rem rgb(199, 166, 104);
}
.card{
    background-color: rgb(255, 255, 255 , 0.5);
}
.form-control {
    text-align: right;
}