body,html{
    background-color: #F3EEEA;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card {
    border: none !important;
    width: 100%;
}

.divGrande{
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    min-height: 372px;
    background-color: #fff;
    width: 100%;
}


.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    display: none;
}

.container{
    max-width: 1440px !important;
}

#app{
    width: 100%;
}

.card-header {
    font-family: 'Craftelier Labil Grotesk 40',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 88px;
    color: #2b2928;
    background: none;
    border: none;
    padding-bottom: 0;
    text-align: center;
}

#password,
#password-confirm{
    border: 1px solid #cccccc;
    border-radius: 16px !important;
    font-size: 16px;
    height: auto;
    flex: none;
    max-width: none;
    background-image: url(https://craftelier.com/media/wysiwyg/craftelier/password-input-gris.webp);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-color: #fff;
    padding: 16px 24px 16px 50px;
}

.card-body{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    flex-direction: column;
}


.formRestaurar div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.formRestaurar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#email{
    border: 1px solid #cccccc;
    border-radius: 16px !important;
    font-size: 16px;
    height: auto;
    flex: none;
    max-width: none;
    background-image: url(https://craftelier.com/media/wysiwyg/craftelier/sobre-input-gris.webp);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-color: #fff;
    padding: 16px 24px 16px 50px;
}


.btn.btn-primary{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 32px;
    background: #7fc3b6;
    border: 1px solid #15373d;
    border-radius: 16px;
    font-family: 'Craftelier Labil Grotesk 40', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #15373d;
    left: 0;
    transition: all ease-in-out 0.15s;
    margin-right: 0;
}

.btn.btn-primary:hover{
    background: #15373d;
    border: 1px solid #15373d;
    color: #f7f4f1;
    transition: all ease-in-out 0.15s;
}
