.form-title {
    font-size: 1.1rem;
}

.form-body {
    margin-top: 0.5rem;
}

#wpcontent {
    padding: 0;
}

.wrap {
    margin: 0;
    overflow-x: hidden;
}

.bandeau {
    background: #060a53;
    color: white;
    font-weight: 600!important;
    padding: 25px 15px !important;

    align-items: end!important;
}

.notice, .error{
    display: none;
}

.notice-inkreez {
    display: block;
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-bottom: 25px;
}

.btn-submit {
    padding: 10px 25px;
    background: #16358b;
    color: white;
    border: none;
    font-weight: 600!important;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.token-inkreez{
    padding: 5px 15px!important;
}

.container-inkreez{
    padding: 25px 50px;
}

.smaller-container{
    background: white;
    box-shadow: 0px 5px 5px #e9e9e9;
    padding: 25px;
    border-radius: 5px;
    height: 80px;
}

.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    width: 100%;
}

.btn-submit:hover{
    color: white;
    opacity: .8;
}

.white-text{
    color: #fff;
    margin: 0!important;
}

.logo{
    height: 40px;
}

.btn-submit:focus{
    color: #fff;
}

.notice-success{
    border-left-color: green;
    background: #d0f3d7;
}
.notice-error{
    border-left-color: darkred;
    background: #ffe8e8;
}

.wrap-inkreez{
    background: white;
    box-shadow: 0px 5px 5px #e9e9e9;
    padding: 25px;
    border-radius: 5px;
}

.wrap-inkreez h2, .wrap-inkreez form label{
    font-weight: 500!important;
}