*{
    box-sizing:border-box;
}

body {
    font-family: "Arial Bold", Gadget, sans-serif;
    background: #636363;
    background: -webkit-radial-gradient(center,#636363,#636363); /*Safari 5.1-6*/
    background: -o-radial-gradient(center,#636363,#636363); /*Opera 11.1-12*/
    background: -moz-radial-gradient(center,#636363,#696362); /*Fx 3.6-15*/
    background: radial-gradient(ellipse at center, #636363, #636363); /*Standard*/
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#prego-quadritech{
    width: 50%!important;
    margin: 0 auto;
    position: relative;
    top: -76px;
}

#prego-quadritech img{
    width: 100%;
}

.qclass{
    color: #FFF;
    text-align: left;
    margin: 0 0 30px 0;
}

hgroup {
    text-align:center;
    margin-top: 4em;
}

h1, h3 {
    font-weight: 300;
}

h1 {
    color: #636363;
    font-size: 1.4em;
    text-align: center;
}

h3 {
    color: #4a89dc;
}

.card-center {
    max-width: 430px;
    margin:auto;
    margin-top: 8em;
    margin-bottom: 0;
    padding: 1em 2em 2em 2em;
    border: solid 1px #244386;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #123983;
    background: -webkit-radial-gradient(top,#123983,#244386); /*Safari 5.1-6*/
    background: -o-radial-gradient(top,#123983,#244386); /*Opera 11.1-12*/
    background: -moz-radial-gradient(top,#123983,#244386); /*Fx 3.6-15*/
    background: linear-gradient(to top, #123983, #244386); /*Standard*/
}

.bottomcard {
    width: 100%;
    margin-top: 20px;
    height: 20px;
}

.bottomcard  > div {
    width: 50%;
    float:left;
    text-align: center;
}

.group {
    width: 100%;
    height: 50px;
}

.label-input{
    float: left;
    width: 30%;
    color: #FFF;
    font-weight: bold;
    padding-top: 7px;
}

#check-box{
    width: 15px;
    height: 15px;
    float: left;
    border: solid 2px #FFF!important;
    background: #13c900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    margin-left: 5px;
}

.input{
    float:right;
    width: 70%;
}

.input input{
    width: 100%;
}

a {
    color: #FFF;
    font-weight: bold;
}

select, input[type="text"],input[type="password"] {
    font-family: "Arial Bold", Gadget, sans-serif;
    font-size: 18px;
    padding: 5px 10px 5px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    border: solid 1px #0D47A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

select {
    color: rgb(85, 85, 85);
    cursor: default;
    display: block;
    float: none;
    font-family: "Arial Bold", Gadget, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    height: 38px;
    letter-spacing: normal;
    line-height: 22.8571px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: background;
    transition-timing-function: ease-out;
    white-space: pre;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
}

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}

@keyframes inputHighlighter {
    from { background: #4a89dc; }
    to 	{ width: 0; background: transparent; }
}

.button{
    font-family: "Arial Bold", Gadget, sans-serif;
    position: relative;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
    background: #febf01;
    border: solid 1px #febf01;
    //float: right;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button:focus {
    outline: 0;
}

p, span {
    font-size: 0.9em;
    display: block;
}

.errorMessage{
    color: #F44336!important;
    font-size: 0.8em;
    padding: 4px 0 4px 0;
}

.error {
    padding-bottom: 8px;
    border-bottom: 1px solid #F44336!important;
}


.flash{
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #d9edf7;
    border-color: #bce8f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

select{
    width: 100%;
    padding: 5px;
}