/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.12.2018, 18:54:50
    Author     : dearhome
*/
.site-error {
	font-size: 16px;
}
.mess, .add_ask {
	display: block;
}
.mess {
	margin-top: 5rem;
}
.mess_left {
	color: rgb(153, 204, 255);
}
.mess_left span {
	font-size: 3rem;
	text-transform: uppercase;
}
.mess_left p {
	font-size: 15rem;
	line-height: 11rem;
}
.mess_right span, .mess_right p {
	padding: 4.8rem 0 0.5rem;
	display: block;
}
.add_ask {
	margin-top: 4rem;
}
.add_ask a {
	padding: 2rem 0;
	display: block;
}