@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');

body {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#000;
	background-color:#fff;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight:900;
	color:#000;
	font-size: 4em;
    line-height: 1;
    color: #ed1b2f;
}
.h100 {
	min-height: 100vh;	
}
.form-group {
	margin:10px 0 35px 0;
}
.box-header-form {
	padding: 20px;
}
input, select, .form-control{
	    border: 0;
    border-bottom: 0;
    color: #000;
    padding: 0 0 5px 0;
    background-color: #f1f1f1;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
    box-shadow: 3px 2px 4px #cbcbcbd4;
}
.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: 3px 2px 4px #cbcbcbd4;
    background-color: #f1f1f1;
}
.submitc {
	color:#fff;
    background-color: #ed1b2f;
	padding:10px 35px;
	font-weight:700;
	border:0;
}
.submitc:hover {
	background-color:#000;
    color: #ed1b2f;
}
select option {
	background-color:#000;
	color:#fff;	
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #ed1b2f !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup {
    border: 5px solid #ed1b2f !important;
	border-radius: 0;
	background-color: #000;
}
div:where(.swal2-icon).swal2-error {
    border-color: #ed1b2f !important;
    color: #ed1b2f !important;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    background-color: #ed1b2f !important;
}
div:where(.swal2-container) .swal2-html-container {
    color: #fff !important;
}

label {
    font-weight: bold;
}

.carcheck label {
    font-weight: bold;
	display: block;
    margin-left: 30px;
}

.carselect input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
	float: left;
}
.carcheck {
	padding-bottom: 12px;
}


@media only screen and (max-width: 600px) {
h1 {
    font-size: 2.2em;
}
.h100 {
	min-height: 0px;	
}
.box-header-form {
    padding: 20px 0;
}
}

