* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    color: inherit;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

:before, :after {
    box-sizing: border-box;
}

input:focus {
    outline: none;
}

input[type=text],
input[type=password],
textarea {
    font-family: Arial, serif;
    font-size: 14px;
}

/* Auto clear */
div:after,
header:after,
section:after,
article:after,
aside:after,
form:after,
menu:after,
nav:after,
ul:after,
ol:after,
li:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

::-moz-selection,
::selection {
    background: #BBB;
    color: #222;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, serif;
    font-size: 14px;
    background: #FEFEFE url("../img/fundo.jpg") top right no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.center {
    width: 577px;
    height: 450px;
    color: #3b414f;
    margin: 0 auto;
    text-align: center;
}

.center img {
    margin-bottom: 130px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.center img:hover {
    -webkit-transform: rotate(0deg) scale(1.02) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.02) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.02) skew(0deg) translate(0px);
}

.center .titulo {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 20px;
}

.center .msg {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 140px;
}

.center button {
    background: #E60000;
    color: #FFF;
    width: 500px;
    padding: 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.center button:hover {
    background: #ff110c;
}

/* Estilo paginas de erro */
.center.error-pg img {
    margin-bottom: 70px;
}

.center.error-pg .titulo {
    font-size: 160px;
    margin-bottom: 0;
}

.center.error-pg .msg {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 140px;
}
