﻿body {
    background-color: rgb(247, 247, 255);
}

div.container-top {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 150%;
    color: #333;
    text-align: center;
}

div.container-middle {
    margin: auto;
    margin-top: 20px;
    padding: 25px;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background-color: #fff;
}

input.edit {
    padding: 10px;
    width: 375px;
}

button.button {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #c75b12;
    width: 100%;
}
a, a:hover, a:active, a:visited, a:focus {
    color: #c75b12;
}
.sign-in-box button, .sign-in-box input[type=submit]{
    background-color:#c75b12;
    width:100%;
    border: 0;
}

a {
    border-bottom: 1px dashed #6F6F85;
    color: #600A5F;
    text-decoration: none;
}

p.left {
    text-align: left;
}