/*	Регистрация	*/
form[name='form1'] {
text-align: center;
padding: 10px 0px 0px;
}
textarea {
outline: none;
resize: none;
}
#register {
position: relative;
max-width: 320px;
margin: 0 auto;
}
#register label {
font-size: 12px;
color: #000;
display: block;
}
#register input {
border: 1px solid #cfcfcf;
font-size: 12px;
color: #444444;
padding: 7px 7px 8px;
width: 210px;
margin-bottom: 12px;
box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1) inset;
}
#register input:focus {
outline: none;
border-color: #07a6e6;
}


#register input[type='submit']{
border: 1px solid #fff;;
width: 235px;
text-align: center;
background: #07a6e6;
font-size: 12px;
color: #ffffff;
cursor: pointer;
height: 35px;
line-height: 28px;
padding: 0;
margin-top: 20px;
box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
#register input[type='submit']:hover {
background: #009ac2;
border: 1px solid #004d00;
}
#register input[type='submit']:active {
box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
/*сообщения об ошибке */
.errorMessage {
display: block;
margin: -2px 0px 3px;
padding: 0px 0px 2px;
color: red;

}
.errorReg {
display: block;
margin: -2px 0px 3px;
padding: 0px 0px 2px;
color: red;
}
.registerremove {
display: none;
}
.main {

}
.example {
display: block;
}
#telephone input[name="telephone"] {
font-size: 12px;
}

input[name='hide'] {
border: none;
max-width: 320px;
text-align: center;
background: #07a6e6;
font-size: 12px;
color: #ffffff;
cursor: pointer;
height: 35px;
line-height: 28px;
padding: 0;
margin-bottom: 10px;
}
.comment {
font-size: 12px;
border: solid 1px;
border-color: rgba(0,0,0,0.2);
box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1) inset;
}
.js-thank-you {
text-align: center;
margin-top: 0px;
display: none;
}
@media (max-width: 548px){
#register label {
font-size: 12px;
color: #fff;
display: block;
}
}