﻿.signup-panel {
    #background-color: #BDE1C6;
    width: 100%;
    max-width: 70rem;
    max-height: 40rem;
    min-height: 40rem;
    height: auto;
    margin: 0 auto 2rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    #overflow: inherit;
    border: solid #F6BEDF;
    border-radius: 0.5rem;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
    padding: 1rem;
    position: relative;
}

.btn-flow-signup-panel {
    position: absolute;
    bottom: 0rem;
}

.input-signup-panel {
    width: auto;
    max-width: 35rem;
    display: block;
}

.header-signup-panel {
    text-align: center;
    font-size: 2rem;
}

.header-signup-panel-s {
    text-align: center;
    font-size: 1.2rem;
}

.form-check-signup-panel {
    align-items: flex-start;
}

.signup-panel-simple-button {
    border: none;
    background-color: transparent;
}

.signup-panel-simple-button:hover {
    color: #F2A5A5;
}