.logo {

    width: aauto;

    height: 15px;

}

.links_bg {

    border-radius: 42px;

    display: inline-block;

    cursor: pointer;

    font-size: 15px;

    padding: 6px 76px;

    text-decoration: none;

}

.btn-galvid {

    border-radius: 42px;

    display: inline-block;

    cursor: pointer;

    font-size: 14px;

    padding: 6px 76px;

    text-decoration: none;

}

.form-control {

    background: #ddd;

    color: #666;

    border: 1px solid #eee
}



.form-control:focus {

    background-color: #eee;

    color: #666;

    border: 1px solid #ddd
}

.form-controls {

    padding: 12px 8px;

}

.form-control::placeholder {

    color: #666
}

.btns-galvid {

    padding: 8px;

}

.toast.toast-success {
    background-color: #0c870c;
}

.toast.toast-error {
    background-color: #e10000;
}