
.r-form-group {
    margin: 1.3rem auto 1.3rem auto;
    text-align: left;
}

.r-form-group label {
    display: block;
    text-align: left;
    padding: 0.2rem 0 0.5rem 0.3rem;
    font-weight: bold;
}

.r-form-control {
    background-color: #ffffff;
}

select.r-form-control {
    display: block;
    padding: 0.3rem;
    width: 100%;
    height: 34px;
    overflow: hidden;
    border: 1px solid #ccc;
}

textarea.r-form-control {
    width: 100%;
    height: 10rem;
    padding: 0.3rem;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    border-color: #FFFFFF;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    color: #3c3c3c;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    transition: background-color 0.2s ease 0s;
}

textarea.r-form-control:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
    box-sizing: border-box;
}

input.r-form-control[type="file"] {
    cursor: pointer;
    margin-top: 0.3rem;
    width: 100%;
    padding: 1rem;
    color: white;
    background-color: var(--r-primary-color);
    border: 1px solid #5f5f5f;
    border-radius: 5px;
}

input.r-form-control[type="text"] {
    margin-top: 0.3rem;
    padding: 0.6rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input.r-form-control[type="password"] {
    margin-top: 0.3rem;
    padding: 0.6rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

select.r-form-control {
    cursor: pointer;
    margin-top: 0.3rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
