.form-button {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
}

.flex-captcha {
    display: flex !important;
}

.captcha-button {
    width: 30%;
    padding: 10px;
    margin-right: 5px;
    color: #000;
    font-size: 12pt;
    font-weight: 700;
    cursor: default !important;
    background: url('/assets/images/captcha.jpg') no-repeat center;
}

.captcha-text {
    width: 70%;
    margin-left: 5px;
}

.whatsapp-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #5cb85c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
}

.dropdown__item:before {
    background-color: #ffffff;
    transition: width .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: '';
    z-index: 1;
    bottom: -5px;
    height: 3px;
    width: 0;
    left: 0;
}

.fa-whatsapp {
    background-image: url(/assets/icons/whatsapp.png);
    position: absolute;
    left: 25%;
    top: 25%;
    width: 30px;
    background-size: cover;
    height: 30px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #c0ffc0;
    color: green;
}

.dropdown {
    text-align: right;
}