
#fcf-form {
    display:block;
    max-width: 800px;
}

.fcf-body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    padding: 0px;
    padding-bottom: 10px;
    max-width: 100%;
}

.fcf-h3{
    margin-bottom: 15px;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#message {
    font-family: 'Courier New', Courier, monospace;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.0rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.5;
    color: #dfdfdf;
    background-color: rgb(15, 15, 15);
    background-clip: padding-box;
    border: 1px solid  #313131;
    outline: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#Message{
    padding: 10px 0.75rem;
}

.fcf-form-control:focus {
    border: 1px solid #6b6b6b;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #313131;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.fcf-btn-primary {
    color: #fff;
    background-color:  rgb(15, 15, 15);
    width: 100%;
    height: 45px;
    font-family: 'Courier New', Courier, monospace;
}

.fcf-btn-primary:hover {
    color: #fff;
    border: 0px solid #313131;
    
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #868686;
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

a {
    padding: 12px 0;
}


