.signin-signup {
    font-family: Roboto, Arial, sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: calc(70vh)
}

.signin-signup-backbutton {
    margin: 1rem 0;
}

.signin-signup-backbutton-link {
    display: inline-flex;
    min-width: 64px;
    padding: 6px 18px 6px 12px;
    color: #256225;
    text-decoration: none;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    border-radius: 48px;

    /* align button arrow with form */
    position: relative;
    left: -8px;
}

.signin-signup-backbutton-link:hover  {
    background: rgba(54, 140, 54, 8%);
    -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.signin-signup-backbutton-arrow {
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    fill: currentColor;
    user-select: none;
    margin-right: 8px;
    align-self: center;
}

.signin-signup-box {
    width: 100%;
    max-width: 350px;
    margin: 0 1rem;
    box-sizing: border-box;
}

.signin-signup input[type="submit"] {
    background: #368C36;
    color: #fff;
    font-size: 16px;
    padding: 10px 32px;
    border: none;
    border-radius: 25px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.signin-signup input[type="submit"]:hover {
    text-decoration: none;
    background-color: #256225;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.signin-signup .field label:not([for="user_remember_me"]) {
    font-size: 14px;
    margin: 0 0 12px;
    display: block;
}

.signin-signup .field br {
    display: none;
}

.signin-signup .field input {
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    border-radius: 7px;
    padding: 12px;
    font-size: 16px;
    width: 100%;
}

.signin-signup br {
    height: 0;
    display: none;
}

.signin-signup form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 2rem 0 0 0;
    margin: 0rem 0 0 0;
    background: #FFFFFF;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.signin-signup h1 {
    display: block;
    margin: 0 0 2.5rem 0;
    font-size: 48px;
    color: #368C36;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 4px 5px #368c3626;
    margin: 2rem 0 4rem;
}

.signin-signup h2 {
    text-align: center;
    margin: 0 0 .75rem 0;
    font-weight: 500;
    font-size: 1.5rem;
}

.signin-signup label {
    font-size: 14px;
}

.signin-signup .actions {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

/* .signin-signup a[href*=sign_up],
.signin-signup a[href*=sign_in] {
    margin-top: 20px;
    display: inline-block;
    color: #368C36;
    font-size: 15px;
    margin-top: 2rem;
} */

.signin-signup .alert-danger {
    color: #f44336;
    text-align: center;
}

.signin-signup #error_explanation {
    color: #f44336;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signin-signup #error_explanation h2 {
    font-size: 18px;
}

.signin-signup #error_explanation ul {
    padding-inline-start: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.signin-signup .minimum-length-label {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #888888;
    font-style: italic;
}

.devise-other-links {
    margin-top: 24px;
}

.devise-other-links a {
    color: black;
    font-size: 15px;
}
