@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background: linear-gradient(-45deg, #003A81, #FF6B00, #003A81,#FF6B00);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 60% 0%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.background-div {
    height: auto;
    background-color: rgba(250, 205, 73, 0.09); 
    border-radius: 10px;
}

img{
    display: block; 
    margin: 0 auto 20px;
}

.btn-primary{
    background-color: #FF6B00 !important;
    border-color: #FF6B00 !important;
    transition: color 0.5s;
    padding: 5px 30px !important;
    width: 60%;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    background-color: #ff6a00e3 !important;
    border-color: #ff6a00e3 !important;
    
}

.text {
    font-size: 23px;
    font-weight: 500;
    margin: 0 auto 20px;
    display: block;
    color:rgba(255, 255, 255, 0.849);
    
}
label{
    font-weight: 500;
    color:white;
}

.forgot-password{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.849);
    transition: color 0.3s;

   
}

.forgot-password:hover, .forgot-password:active, .forgot-password:visited{
    color: rgba(255, 255, 255, 0.562);
    text-decoration: none;
   
}

.lang-selection{
    color: rgba(255, 255, 255, 0.849);
    transition: color 0.3s;
}

.lang-selection:hover, .lang-selection:active, .lang-selection:visited{
    color: rgba(255, 255, 255, 0.562);
    text-decoration: none;
}

.lang-selection-btw{
    color: rgba(255, 255, 255, 0.849);
}

.lang-selection-btw:hover, .lang-selection-btw:active, .lang-selection-btw:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.3s;
   
}
.d-flex {
    gap: 10px; 
}
.clubs-btn{
    background-color: rgba(255, 107, 0, 0.56) !important;
    border: none !important;
    border:#003A81;
    border-radius: 4px;
}
.fs-14{
    font-size: 14px!important;
}
.fs-10{
    font-size: 10px!important;
}
.fs-12{
    font-size: 12px!important;
}


