/*Write your custom css in this file.*/
.g-recaptcha-outer{
    text-align: center;
    border-radius: 1px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px;
    border-bottom-width: 1px;
}
.g-recaptcha-inner{
    width: 200px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}
/*.kanban-container {
    background: #ebebeb !important; }*/