#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border-radius: 30px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    position: relative;
    height: 42px;
}
#userForm > #customBtn {
    margin: 0 1%;
    width: 98%;
}
#customBtn-registrarse {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border-radius: 30px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    position: relative;
    height: 42px;
}
#newUserForm > #customBtn-registrarse {
    margin: 0 1%;
    width: 98%;
}
#customBtn:hover,#customBtn-registrarse:hover {
    cursor: pointer;
}
span.label {
    font-family: serif;
    font-weight: normal;
}
span.icon {
    position: absolute;
    left:35px;
    top: 5px;
}
span.buttonText {
    position: absolute;
    width: 100%;
    height: 42px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    left:0;
    padding-top: 6px;
}