.modalConfirmCode h2::after{
    margin-left: auto;
    margin-right: auto;
}

.modalConfirmCode .swal2-html-container{
    text-align: left;
}

.modalConfirmCode .swal2-input{
    margin: 1em 1.6em;
}

.modalConfirmCode .swal2-input-label{
    display: block;
    text-align: left;
    font-weight: bold;
    margin: 1em 1.6em .3em;
}

.modalConfirmCode .swal2-actions{
    margin: 0 auto;
}

.modalConfirmCode .swal2-actions .btn{
    background-color: #39b4bc;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.modalConfirmCode .swal2-footer{
    flex-direction: column;
}

.modalConfirmCode .swal2-validation-message{
    margin: 0 0 1em;
}

.modalConfirmCode .swal2-footer .footerLoad{
    text-align: center;
    display: none;
}

.displayNone{
    display: none!important;
}

.centerGoogleButton{
    margin-left: 50%;
}

.centerOfficeButton{
    margin-left: -50%;
}

@media only screen and (max-width: 768px)
{
    .centerGoogleButton{
        margin-left: 0%;
    }

    .centerOfficeButton{
        margin-left: 0%;
    }
}