.login-input {
    border: 1px solid rgba(11, 68, 105, 0.4);
    border-radius: 25px;
    padding: 10px 30px;
    background: rgba(11, 68, 105, 0.05);
    margin: 4px 0px;
    text-align: start;
    width: 100%;
    color: rgba(11, 68, 105, 0.8);
}

.login-input::placeholder {
    color: rgba(11, 68, 105, 0.8);
}

.delete_bouton {
    background-color: rgba(72, 161, 208, 0.8);
    font-family: Object Sans;
}

.delete_bouton:hover {
    background-color: rgba(72, 161, 208, 1);
}

.cancel_bouton {
    border: 1px solid rgba(11, 68, 105, 0.8);
    background-color: rgba(255, 255, 255, 1);
    color: rgba(11, 68, 105, 0.8);
    font-family: Object Sans;
}

.cancel_bouton:hover {
    border: 1px solid rgba(72, 161, 208, 1);
    color: rgba(11, 68, 105, 1);
}

.title_text {
    color: rgba(11, 68, 105, 0.8);
    font-weight: 700;
    font-size: 40px;
    font-style: normal;
    font-family: PP Woodlandd;
    line-height: 48px;
}

.text2_text {
    color: rgba(11, 68, 105, 0.8);
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    font-family: Object Sans;
    padding: 10px 30px;
    line-height: 25px;
}

.text3_text {
    color: rgba(11, 68, 105, 0.8);
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    font-family: Object Sans;
    text-align: center;
    line-height: 20px;
    padding: 10px 30px;
}

.text4_text {
    color: rgba(11, 68, 105, 0.8);
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    font-family: Object Sans;
    text-align: center;
    line-height: 20px;
    padding: 10px 0px;
}

.footer_color {
    background-color: rgba(72, 161, 208, 0.4);
}

.signup_bouton {
    border: 1px solid rgba(11, 68, 105, 0.8);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    color: rgba(11, 68, 105, 1);
    font-family: Object Sans;
}

.login_text_1 {
    color: rgba(11, 68, 105, 0.8);
    font-size: 40px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    padding: 10px 30px;
}

.login_text {
    color: rgba(11, 68, 105, 0.8);
    font-size: 30px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    padding: 10px 30px;
}

.login_text_2 {
    color: rgba(11, 68, 105, 0.8);
    font-size: 20px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    padding: 10px 30px;
}

.color_login_text {
    color: rgba(11, 68, 105, 0.8);
}

.color_login_alerts {
    color: #D9EDF5;
}

.delete_block_2-bg {
    margin: 10px 0px;
    padding: 0px 10px 0px 10px;
}

.delete_block_space_text_1 {
    margin: 40px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.size_image {
    height: 80px;
    width: auto;
}

.window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.container_window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.boton-close {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.boton-close:hover {
    background-color: darkgray;
}

.show-window {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.g_id_signin {
    display: none;
}
