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

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;

}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}

.navbar {
    background-color: #f7f7f7;
}

.head__menu {
	background-color: #f7f7f7;
}

.btn-info {
    background-color: #25586e!important;
    border-color: #25586e!important;
	color: #fff;
}

.badge-info {
    background-color:#25586e;
}

.card-header {
    background-color: white!important;
    border-bottom: unset!important;
}

.b-bottom::after {
    content: '';
    border-bottom: 3px solid #25586e;
    width: 30%;
    display: block;
}

.auth_form {
    background-color: #f7f7f7;
}

.card-header {
    background-color: #f7f7f7!important;
}

.auth_inp {
    background-color: #E3E7F1!important;
}

.auth_inp:focus {
    background-color: #E3E7F1!important;
}
