@import url("https://templates.nextbike.net/assets/fonts/source-sans-pro.css");

.contenttable td {
    vertical-align: middle;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
}

select {
    border: 1px solid #d3d6d6;
    font-size: 17px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 8px;
    background: #e9e9f3;
}

input,
button {
    border: 1px solid #d3d6d6;
    font-size: 17px;
    margin: 8px 0;
    padding: 10px 0;
    text-indent: 10px;
    border-radius: 8px;
    background: #e9e9f3;
    color: #3c3c3c;
}

input[type="submit"],
button {
    background: #95C12B;
    color: #fff;
    font-weight: bold;
    text-indent: 0;
    padding: 12px 22px;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #d3d6d6;
}

input[type="checkbox"] {
    padding: 0;
    margin: 0;
}

tr.space {
    display: none;
}

@media screen and (max-width:479px) {
    input,
    button {
        height: auto;
    }
}

body,
#Content,
table,
input,
textarea,
option,
select,
button {
    font-size: 17px;
    line-height: 1.412em;
    font-family: Source Sans Pro, Hevetica, Arial, sans-serif;
    color: #000;
    letter-spacing: 0.3px;
}

#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5 {
    font-size: 17px;
}

.csc-loginform input,
.csc-loginform button {
    width: 99%;
    max-width: inherit;
}

input[type="image"] {
    border: none;
    padding: 0px;
    background: none;
    border-radius: 0px;
}
