/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.modal .modal-wrapper-services {
  border-radius: 8px !important; }
  .modal .modal-wrapper-services .modal-container-services {
    margin-top: 80px;
    margin-bottom: 10px; }
  .modal .modal-wrapper-services .modal-services-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 20px; }
  .modal .modal-wrapper-services .modal-services-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
    .modal .modal-wrapper-services .modal-services-text .text-services-modal {
      font-family: "archiaregular";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #154EA5;
      width: 253px; }
  .modal .modal-wrapper-services .btn-registrer-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    margin-bottom: 25px; }
    .modal .modal-wrapper-services .btn-registrer-modal .btn-registrer {
      width: 284px; }
  .modal .modal-wrapper-services .btn-login-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    margin-bottom: 40px; }
    .modal .modal-wrapper-services .btn-login-modal .btn-login {
      width: 284px; }

.modal-backdrop.show {
  opacity: 0.8;
  background: #000000; }
