body {
    color: #353937;
    background-color: #F2F3F5;
}

#content {
    display: flex;
    flex-direction: column;
    margin: 1em;
    align-items: center;
}

#form {
    width: 300px;
}

#form .input > input {
    padding: 1.5rem;
    border: 1px solid #ced4da;
    border-radius: 0;
}

#form .input > input::placeholder {
    color: #c7c6c1;
}

#form .button.submit {
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    background-color: #E3275C;
    color: #fff;
}

#content img {
    display: block;
    width: 300px;
    height: auto;
    border: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

#test {
    width: 200px;
    background: #d13d34;
    position: fixed;
    top: 25px;
    left: auto;
    right: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-weight: bold;
    font-size: 2em;
    text-shadow: 1px 1px 2px #000;
}