@font-face {
    font-family: 'WiloPlusGlobal';
    src: url('/fonts/WiloPlusGlobalRegular.woff2') format('woff2');
    font-weight: 400; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'WiloPlusGlobal';
    src: url('/fonts/WiloPlusGlobalBold.woff2') format('woff2');
    font-weight: 700; /* Bold weight */
    font-style: normal;
}

body {
    font-family: 'WiloPlusGlobal', sans-serif !important;
}


/* navbar */
.navbar-brand{
    font-family: 'WiloPlusGlobal', sans-serif;
    font-size: 32px;
    color: #009C82;
}
/* end */

/* utility */
    .btn-log {
        border-radius: 30px;
    }

    .separator {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }
    .separator::before {
        margin-right: .25em;
    }
    .separator::after {
        margin-left: .25em;
    }
/* end */



/* BUTTON */

.btn.btn-primary-wilo {
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    margin: auto;
    text-align: center;
    font: normal normal normal 18px/22px WiloPlusGlobal;
    letter-spacing: 0.76px;
    color: #FFFFFF;
    opacity: 1;
    top: 569px;
    padding: 15px;
    left: 176px;
    height: 52px;
    background: #009C82 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
}

.btn.btn-secondary-wilo {
    /* ui */
    background: #E4E4E4 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 0.52;
    top: 16px;
    left: 1097px;
    width: 108px;
    height: 38px;

    /* text */
    font: normal normal bold 13px/16px WiloPlusGlobal;
    letter-spacing: 0.55px;
    color: #009C82;
    opacity: 1;
}

.btn-wilo-google {
    color: #000;
    background-color: #f7f7f7;
    border-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #888888;
}

.btn-wilo-google:hover, .btn-wilo-google:active, .btn-wilo-google:focus {
    color: #000;
    background-color: #E4E4E4;
    border-color: #ffffff;
    box-shadow: 0px 0px 5px 2px #888888;
}

.btn-primary-wilo:hover, .btn-primary-wilo:active, .btn-primary-wilo:focus {
    background: #18806e;
    color: #ffffff;
}

.btn-secondary-wilo:hover, .btn-secondary-wilo:active, .btn-secondary-wilo:focus {
    background: #18806e;
    color: #ffffff;
}

.btn-primary-wilo:disabled {
    background: #E6E6E6 0% 0% no-repeat padding-box;
    color: #B4B4B4;
}

/* END BUTTON */


.text-wilo-signup {
    font: normal normal bold WiloPlusGlobal;
    letter-spacing: 0.92px;
    color:#18806e;
    cursor: pointer;
}

.text-sm {
    font: normal normal normal 16px/22px WiloPlusGlobal !important;
    letter-spacing: 0.67px !important;
    color: #F8F8F8 !important;
    opacity: 1 !important;
}
/* END BUTTON */

.pdf {
    top: 269px;
    left: 820px;
    width: 14px;
    height: 18px;
}
.card-header.wilo {
    text-align: left;
    font: normal normal 800 28px/34px WiloPlusGlobal;
    letter-spacing: 1.18px;
    color: #1C1C1C;
    opacity: 1;
}

.wilo-label {
    text-align: left;
    font: normal normal bold 22px/30px WiloPlusGlobal;
    letter-spacing: 0.92px;
    color: #1C1C1C;
    opacity: 1;
}

.wilo-label-sm {
    text-align: left;
    font: normal normal bold 20px/27px WiloPlusGlobal;
    letter-spacing: 0.84px;
    color: #1C1C1C;
    opacity: 1;
}


.header-wilo-primary {
    font: normal normal 800 28px/34px WiloPlusGlobal;
    letter-spacing: 1.18px;
    color: #009C82;
    opacity: 1;
}

.header-wilo-default {
    font: normal normal 800 28px/34px WiloPlusGlobal;
    letter-spacing: 1.18px;
    color: #1C1C1C;
    opacity: 1;
}

/* desktop-version */

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
    .navs {
        margin: 1%;
    }

    /* modal css */

.modal-dialog {
    width: 1015px;
    height: 653px;
    /* margin: auto; */
}

.modal-body {
    padding : 0% !important;
}

.register-photo {
    background: #f1f7fc;
}

.register-photo .image-holder {
    display: table-cell;
    width: 40%;
    background: url('img/bg-text.png');
    background-size: cover;
}

.register-photo .form-container {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.form-modal {
    padding-right: 120px;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 100px;
}

.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #ffffff;
    padding: 40px 60px;
    color: #505e6c;
    
    padding-right: 120px; 
    padding-bottom: 100px; 
    padding-top: 100px; 
    padding-left: 100px;
}

.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px
}

.register-photo form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 0px;
    height: 40px
}

.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px
}

.register-photo form .btn-primary {
    background: green;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important
}

.register-photo form .btn-primary:hover,
.register-photo form .btn-primary:active {
    background: green
}

.register-photo form .btn-primary:active {
    transform: translateY(1px)
}

.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none
}

/* end modal css */
}
/* end */