.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm{
    box-shadow: none !important;
    background-color: #F3EEEA !important;
}

.checkbox-container {
    margin: -58px 0 0 calc(100% - 80px);
    z-index: 1;
    position: relative;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18px;
    right: -36px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkbox-container input:checked ~ .checkmark {
    border: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 31px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.inputLogin.pass #password[type="password"]:focus, .inputLogin.mail input:focus{
    box-shadow: none
}

.form-group.row.password .col-md-6.inputLogin.pass{
    background-image: url(https://craftelier.com/media/wysiwyg/craftelier/password-input-gris.webp);
    background-position: 19px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-color: #fff;
    padding: 16px 24px 16px 50px;
    border: 1px solid #cccccc;
    border-radius: 16px !important;
}

.form-group.row.password {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blockLogin .card{
    border-radius: 16px;
    padding: 12px;
    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%;
}

.blockLogin .card .card-body form{
    width: 100%;
}

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

.blockLogin .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;
}

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

.row.justify-content-center{
    width: 100%;
}

.col-md-8.blockLogin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#app{
    width: 100%;
    max-width: 1440px;
}

.form-group.row.mb-0{
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

body .pt-4, body .py-4{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-group.row.mb-0 div {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    flex: unset;
    display: flex;
    justify-content: center;
}

.form-group.row.mb-0 div button:hover{
    background: #15373d;
    border: 1px solid #15373d;
    color: #f7f4f1;
    transition:all ease-in-out 0.15s;
}

.form-group.row.mb-0 div button{
    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;
}

.inputLogin.mail input{
    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;
}

.inputLogin.pass #password[type="password"]{
    background: url(https://craftelier.com/media/wysiwyg/craftelier/showPassword.webp) right center no-repeat;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}

.inputLogin.pass #password[type="text"]{
    background: url(https://craftelier.com/media/wysiwyg/craftelier/hidePassword.webp) right center no-repeat;
    background-size: 25px 25px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}

.inputLogin.mail input{
    border: 1px solid #cccccc;
    border-radius: 16px !important;
    font-size: 16px;
    height: auto;
    flex: none;
    max-width: none;

}

.inputLogin.pass #password{
    border: 0;

}

.inputLogin input::placeholder{
    color: #ddd;
    border: 0;
}

.form-control:focus-visible{
    text-shadow: none;
}

.inputLogin {
    flex: none;
    max-width: none;
}

.container{
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
        max-width: none;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .blockLogin .card-header {
        font-size: 20px;
    }
}
