@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	background: white!important;
	font-family:Roboto, sans-serif;
	height: unset;
}

body > div > h1 {
	display:none;
}

.alert-dark {
	background:#f7f7f7;
	color: black;
}


.public-module-footer {
    display: none;
}

.btn-primary {
	width: 100%;
    background: #47C1FF;
    border: #47C1FF;	
}

button.btn.btn-primary:hover {
    background: #089de9 !important;
}

.public-module-main-div, .public-module-header {
	background:unset;
}

.form-label, .form-check-label {
	color:white;
	font-weight: 300;
}

body > div > div.public-module-header > div:nth-child(1) > img {
	display:none;
}

.public-module-header-title {
	display: none;
}

input::placeholder {
    font-weight: 300;
	color:#AEB1B1;
}

.h1, h1 {
	color:white;
}

.h1, h1 {
	font-size: 3.7rem;
	font-weight: 200;
}

.public-module-header {
    display: none;
}