body {
    background-color: rgb(47,82,114);
    background-image: linear-gradient(to bottom right, rgb(47,82,114), rgb(35,30,65));
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
}

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

#content {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#form {
    padding: 2rem;
    border-radius: .25rem;
}

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

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

#form .button.submit {
    padding: 1.5rem;
    border: 0;
    cursor: pointer;
    background-color: rgb(0, 155, 224);
    text-transform: uppercase;
    border-radius: 4px;
}

#form .ui.error.message {
    text-align: center;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    font-weight: bold;
}

#transfair {
    display: block;
    width: 350px;
    height: auto;
    border: 0;
    margin: 0
}