.btn-green {
    color: #ffffff;
    background-color: #1cb095;
    border: 1px solid #1cb095;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}
a, .btn-link {
    font-size: 14px;
    font-weight: 400;
    color: #1cb095;
    outline: none;
    box-shadow: none;
}
a:hover {
    color: #1cb095;
}
.modal-header {
    border-bottom: 0;
}
.modal-header h4 {
    color: #666666;
    font-size: 27px;
    font-weight: 400;
}
.modal .buttons {
    padding-bottom: 40px;
}