	
#sidebar-wrapper{
	display: none;
}
.navbar{
	display: none;
}



body{
background-color: #f7f7f7 !important;
}



.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #012c31;
    border-color: #012c31;
    opacity: var(--bs-btn-disabled-opacity);
}
.img-anmeld {
    max-width: 100%;
}

.col-lg-6{
    width: 22.23%;
}

h1, h2 {
    color: #012c31;
}
h4{
    font-size:20px !important;
        color: #012c31;
}
h3{
    font-size: 20px;
        color: #012c31;

}
.bg-tr{

	background-color: #a4bdc8;
}
.form-control {
    background-color: #ffffff;
    border-color: #000;
    min-height: 45px;
    border: 2px solid #000;
}



.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(29,99,89, .15);
}

.logo-top {
    width: 180px !important;
    margin-bottom: 10px;
}
.form-label {
    margin-bottom: .5rem;
    font-weight: 400;
    color: #012c31;
}
.col-lg-6 img {
	width: 100%;
	object-fit: cover;
}
.btn-success{
	background-color: #000;
	border-color: #000;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}



.tilbageknap {
    border-radius: 50%;
    padding: 10px 10px;
    border: none;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #012C31;
}

.text-secondary {
    color: #DCDCE6 !important;
    font-size: 2.5rem;
    cursor: pointer;
}

.rounded-4{
	border-radius: 30px !important;
}

#container-user{
 min-height:600px;
 margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    

.col-lg-6{
	width: 50%;
}

.col-lg-6 img {
	max-width: 100%;
	object-fit: cover;
}

}

