/*body{
  background-image:url('https://image.freepik.com/free-vector/abstract-design-background_1048-6726.jpg') ;
 background-size: cover;
}*/

body {
    background-color: #ffffff;
    font-size: 0.875em;
    overflow-x: hidden;
    color: #455a64;
    font-family: "Roboto", sans-serif;
    background-attachment: fixed;
    background-image: url(../img/florfondo.fw.png );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-color: transparent;
}

label.derecha{
    text-align: right;
}
label.centrar{
    text-align: center;
}
span.requerido{
    color: red;
}

textarea {
    resize: none;
}

.form-label {
    font-size: 12px;
    margin: 0;
    float: left;
    color: #ccc;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #b21bde;
}

.btn-start-order {
    background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
    border-color: #5e9bfc;
    color: #5e9bfc;
}

.form-card {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 950px;
    padding: 40px;
    margin: 50px auto;
}

.form-card:hover,
.form-card:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-card:focus-within {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-actions {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.25rem;
}

.form-actions::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    opacity: 0.3;
}

.form-legend {
    padding: 1em 0 10px;
    margin: 0 0 0.5em;
    font-size: 1.5rem;
    text-align: #2f323a;
}

.form-legend+p {
    margin-top: 1rem;
}

.author {
    font-size: 24px;
    color: #2f323a;
}

.color {
    color: #422b7c;
}