* {
    outline:none;
}

body {
    background: #303E5C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
}

#wrapper {
    /*
    width: 320px;
    */
    margin: auto;
}

form {
    margin: auto;
}

label,
input {
/*    display: block;
    text-align: center;*/
    width: 100%;
}

input {
    border: 0;
    background: #eee;
    padding: 10px;
    width: 300px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
}


#site-title {
    font-family: "Merriweather Sans";
    font-size: 60px;
    font-weight: lighter;
    padding: 30px;
    color: #fff;
}

h1 {
    font-weight: normal;
    margin-bottom: 20px;
}

.message.error {
    background: #a00;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px #000;
}

input[type="submit"] {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
    padding: 10px 20px;
    background: #48A14A;
    border: 1px solid #ffffff;
    width: 100%;
}

input[type="submit"]:hover {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
    padding: 10px 20px;
    background: #4DAB4E;
    border: 1px solid #ffffff;
    width: 100%;
}

fieldset {
    display: inline-block;
}

.checkbox {
    width: auto;
    display: inline;
}

.material-icons {vertical-align: middle;}
.simppeli-checkbox { margin-top: -4px;}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.pointer {
    cursor: pointer;
}

.md-dark {
    color: rgb(100, 100, 100);
    background: #ccc;
    margin: 0;
    height: 42px;
    vertical-align: middle;
    padding: 5px 5px 0 5px;
    margin-top: -4px;
}

input {
    margin: 0;
}

a {
    color: #66b6ff;
}

