﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* - ---------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?-2irksn');
	src:url('../fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefix-2irksn') format('embedded-opentype'),
		url('../fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?-2irksn') format('woff'),
		url('../fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?-2irksn') format('truetype'),
		url('../fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------------------------------ */

.restrict-heading {
    font-size: 50px;
    font-weight:bold;
}
.restrict-image-holder {
    width: 150px;
    margin: 0 auto 40px;
}
.restrict-image-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%;
}

.big-icon {
    font-size: 120px;
}

.error-container h1 {
    font-size: 44px;
}

.text-success {
    color: #62cb31;
}

.pe-7s-way:before {
	content: "\e68e";
}