body {
    background: #D2D6DE;
    font-family: "source Sans Pro";
    color: #666666;
    padding-top: 8rem;
}


.box {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    margin: auto;
    padding: 20px;
}

.title h2 {
    color: #444444;
    font-weight: 300;
    font-size: 35px;
    margin: 0;
}

.title p {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.fullace {
    font-weight: bold;
}

label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

input {
    margin-bottom: 15px;
    padding: 9px 12px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ccc;
}

input::placeholder {
    font-size: 14px;
    font-family: "source Sans Pro";
    color: #a9a9a9;
}

form {
    display: flex;
    flex-direction: column;

}

.form {
    width: 100%;
}

button {
    background-color: #3c8dbc;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: "source Sans Pro";
}

button:hover {
    border-color: #204d74;
    background-color: #367fa9;

}

a {
    font-size: 14px;
    text-decoration: none;
    color: #3c8dbc;
}

a:hover {

    color: #72afd2;
}