* { box-sizing: border-box; }


.main {
	margin: auto;
	width: 80%;
}
h1 {
	text-align: center;
}


body{
	background-image: url('../build/img/fond-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    margin-top: initial
}

form {
    color: var(--c-yellow);
    margin: 2px;
    min-height: 100vh;
}

form .a42-required {
    color: red;
    text-align: start
}

form fieldset {
    padding: 5px
}

form .help-message {
    position: relative;
    top: -2em
}

form .sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em
}

form p {
    text-align: start
}

form label {
	text-align: left;
    display: inline-block;
    margin-bottom: 8px;
}

form input,form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box
}
form input, form select, form textarea {
    margin: 0 20px;
    width: 100%;
}

form #sendBtn {
    background-color: #6bfff7;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%
}

form #sendBtn:hover {
    background-color: #233964;
    color: #fff
}

form #city-container {
    width: 100%;
}

