body {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-color: #252420bc;
    background-blend-mode: overlay;
    background-size: cover;

}
.logo {
    width: 90%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.btn-login {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09rem;
    padding: 0.75rem 1rem;
    color: #252420;
    background-color: #f9c432;
    border: none;    
 }

.btn-login:hover {
    color: #f9c432;
    background-color: #252420;
}

.card {
    border-color: #f9c432;  
}

.error{
    color: red;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFCCCB;
    padding: 4px 6px;
    padding-bottom: 7px !important;
    margin: 0px;
    margin-bottom: 7px;
    text-align: center;    
}

.success{
    color: green;
    font-size: 14px;
    font-weight: 500;
    background-color: lightgreen;
    padding: 4px 6px;
    padding-bottom: 7px !important;
    margin: 0px;
    margin-bottom: 7px;
    text-align: center;    
}

.card-title {
    font-family: 'Oswald';
    font-weight: 700;
}

.form-control {
    font-size: 16px;
    font-family: 'Open Sans';
}

a {
    color: #f9c432;
}
/* Extra small devices */
@media (max-width: 575.98px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
	body{

		 background-size:auto;
	}
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
	body{

		 background-size:auto;
	}
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
	body{

		 background-size:auto;
	}


}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
	body{

		 background-size:auto;
	}
}

/* Extra large devices */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }

}


/* Extra extra large devices */
@media (min-width: 1400px) {
    .logo {
        width: auto;
        margin: 0 auto;
        height: auto;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }


  

