body {
    width: fit-content;
    margin: auto;
}

.container {
    padding: 65px;
}

.message {
    color: red;
    padding: 5px;
}

label {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.56px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

input {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #777777;
    height: 30px;
    font-size: 15px;
    padding: 2px;
    width: 300px;
}
.success {
    padding: 20px 0px;
    color: green;
    font-size: 21px;
}
.error {
    padding: 20px 0px;
    color: red;
    font-size: 21px;
}

h3 {
    color: #b89b5e;
    font-family: 'Book Antiqua', serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.96px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.login {
    background-color: #b89b5e;
    border: none;
    color: #fff;
    font-family: 'Book Antiqua', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.56px;
    padding: 15px 40px 13px;
    text-transform: uppercase;
}

.back {
    background-color: grey;
    border: none;
    color: #fff;
    font-family: 'Book Antiqua', serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.56px;
    padding: 15px 40px 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 20px;
}

.group {
    margin-bottom: 20px;
}
