@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);

#sorry_label {
	display: block;
    font: 40px 'Roboto', sans-serif;
    color: #FFFFFF;
}

#lblError {
	display: block;
    font: 26px/30px 'Roboto', sans-serif;
    max-width: 600px;
    width: initial;
    color: #FFFFFF;
    margin: auto;
}

#ibtnBack {
	display: none;
}
/*=============================================
                 RESPONSIVE
=============================================*/
@media screen and (max-device-width: 680px),  screen and (max-width: 680px){
    form{
        padding: 0 5%;
    }
    #sorry_label{
        font-size: 32px;
        padding-top:30px;
    }
    #lblError{
        font-size: 20px;
        line-height: 28px;
        margin: 30px auto 0;
    }
}