/**
* @version   TC3 2.5.0
* @date      17 oktober 2014
* @author    Reddie
* @madewith	 Gantry default template
* @copyright Copyright (C) 2014 - Scouting Nederland
*/

/* Plaats eigen styling hier in deze file */

#rt-main #member-registration button[type="submit"] {
    background-color: #006dee;
    border-radius: 5px;
    height: 30px;
}
#rt-main #member-registration button[type="submit"]:hover {
    background-color: #0044cc;
}