﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #7A788E;
}

.form-signin {
    width: 100%;
    max-width: 280px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.subscription {
    background-image: url(../assets/images/family.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top;
}

.subscription-brand { 
    font-size: 2.5rem; 
}
.subscription-brand:hover {
    color: var(--bs-dark-green-color);
}

.card-subscription {
    width: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

@media (min-width: 800px) {
    .form-signin { 
        max-width: 600px; 
    }

    .card-subscription {
        width: 600px;
    }
}

.btn-register .btn-label {
    left: -13px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px 0 0 10px;
    height: 43px;
    width: 50px;

}

.btn-login .btn-label {
    left: -13px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px 0 0 10px;
    height: 43px;
    width: 50px;
}