<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 0;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.7;
}
.sarea {
	width:50% !important;
}

label {
	display:block;
    position:relative;
    line-height: 1.3;
}
label input[type="radio"],label input[type="checkbox"]{
    margin: -0.15em 2px 0 0;
}
label.error {
	display:none;
	color:#00d5af;
	font-size:12px;
    line-height: 22px;
    margin-top: 10px;
}

.smbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#37b4e7;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 400px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}
label.chk {
    padding: 5px 0;
}

label.chpr {
	width:230px;
	margin:auto;
	padding:15px;
	background: linear-gradient(to bottom, #fff, #eee);
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 10px;
  color: #111;
  line-height: 1.7;
  padding: 10px 40px 10px 15px;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background-color: #eee;
  background-image: url("../img/down.png");
  background-position: right 15px center;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
label.error {
    padding: 0 8px;
}
label.flt {
	display:inline-block;
	margin-right:30px;
}
}

@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:100%;
    border: 0;
    background-color: #eee;
}
.sarea {
	width:50% !important;
}

label.error {
    text-align: center;
}
label.chk {
	padding:15px;
	background: linear-gradient(to bottom, #fff, #eee);
    box-sizing: border-box;
}
label.chpr {
    padding:15px;
    width: auto;
}
select {
    width: auto;
}
.smbtn {
    width: 80%;
}
}
</pre></body></html>