/* advcode.pro release */

body {
    background-color: #ffffff;
    color: #4a545b;
    font-size:12px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a {
    color: #787b7e;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    color: #e8b467;
    text-decoration: none;
}

.button {
    border: 0;
    background-color: #eda437;
    background-image: url(../images/button-submit.png);
    color: #FFF;
    outline: none;
    padding: 12px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

a.button {
    color: rgb(74, 84, 91);
}

.button-transparent {
    border-width: 1px;
    border-color: rgb(219, 221, 222);
    border-style: solid;
    background-color: transparent;
    background-image: none;
}

.button-transparent:hover {
    border-color: #e8b467;
    text-decoration: none;
}

.button-big {
    min-width: 190px;
}

.advcode-text-input {
    border-width: 1px;
    border-color: rgb(219, 221, 222);
    border-style: solid;
    font-size: 12px;
    color: #787b7e;
    border-radius: 25px;
    padding: 1.5rem .75rem;
    height: 45px;
}

.advcode-text-input:active, .advcode-text-input:focus {
    box-shadow: none;
    border-color: #e8b467;
}

.form-check-label {
    color: #787b7e;
}

footer {
    text-align: center;
    padding: 5rem 0;
    color: #a5a7aa;
}