* {
    box-sizing: border-box
}

body {
    padding-top: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    background: #f9fafb;
    font-size: 14px;
}

#wrapper {
    width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #f0f0f0;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);
}

a {
    text-decoration: none;
    color: #276bb3;
}

h1 {
    text-align: center;
    color: #424242;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    font-size: 22px;
    font-weight: normal;
}

.logo {
    margin-bottom: 35px;
    margin-top: 20px;
    display: block;
}

.logo img {
    margin: 0 auto;
    display: block;
}

/* Full-width input fields */
input[type=text], input[type=password], input[type=number], textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

textarea, input[type=text]:focus, input[type=password], input[type=number]:focus {
    background-color: #ddd;
    outline: none;
}

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

button:hover {
    opacity: 1;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
