
.bax-body{
    margin: 0px;
    background-color: #f1f2ee;
}

p{
    font-size: 16px;
    color: rgb(83, 60, 60);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.baxco-form{
    background-color:#F8F6F0;
    border:1px solid gray;
    padding:10px;
    width:100%;
}

.bax-header-5{
		font-size: 16px;
    color: maroon;
    font-weight: bolder;
    background-color: #eaebe5;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #b3bdbf;
    border-radius: 8px;
}

.baxco-form-label{
	color: gray;
}

a.baxco-link-white{
	color: white !important;
}

a.baxco-link-white:hover{
	color: black !important;
	text-decoration: none;
}

a.baxco-link-white:active{
	color: black !important;
	text-decoration: none;
}

a.baxco-link-white:visited{
	color: black !important;
	text-decoration: none;
}

.baxco-spinner {
    display: grid;
    width: 100vw;
    height: 100vh;
    place-items: center;
    background: transparent !important;
}
