.header-row {
    background: #55ACB1;
    color: white;
    padding:2px;
    padding-left:5px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #55ACB1, #026b56);
    background: -o-linear-gradient(right, #55ACB1, #026b56);
    background: -moz-linear-gradient(right, #55ACB1, #026b56);
    background: linear-gradient(to right, #55ACB1, #026b56);
    border-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #f27527;

}
img.header-row.
{
    font-size: medium;
}

.panel-default > .panel-heading{
    background-color: #026b56;
    color: white;
    font-family: segoe;
    text-shadow: 1px 1px 2px #000000;
}
.panel-default > .panel-heading > h2{
    margin: 2px;
}

.spanbox-holder{
    border: lightgray;
    border-radius: 4px;
    border-width: 1px ;
    border-style: solid;
    background: white;

}
.spanbox-header{
    background-color: #55ACB1;
    color: white;
    font-family: segoe;
    text-shadow: 1px 1px 2px #000000;
    border-color: lightgray;
    border-width: 1px;
    border-radius: 3px 3px 0px 0px;
    padding: 5px;
    border-bottom-style: solid;
    border-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-color: #f27527;

}

.spanbox-header-h2 {
    margin: 5px;
}
.spanbox-body{
    background-color: white;
    box-sizing: border-box;
    color: #000033;
    padding: 15px;
    font-size: 14px;



}

.panel-default > .reg-form
{
    color: #000033;
    background: #f2fdff url('../images/layout/hoofprints.png');
    background-repeat: no-repeat;
    background-position: right bottom;

}
body {
    color: #060;
    background-color: #f1fdff;
    background: -webkit-linear-gradient(left, #e8f1d6, #cffffc);
    background: -o-linear-gradient(right, #e8f1d6, #cffffc);
    background: -moz-linear-gradient(right, #e8f1d6, #cffffc);
    background: linear-gradient(to right, #e8f1d6, #cffffc);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}


@font-face {
    font-family: segoe;
    src: url(segoepr.ttf);
}

input {
    border: 1px solid silver;
    border-radius: 4px;
    background: white;
    padding: 5px 10px;
}

.error {
    border-color: red;
    background: #FDD;
}

.error:focus {
    outline-color: #F99;
}

.valid {
    border-color: #5A5;
    background: #EFE;
}

.valid:focus {
    outline-color: #8E8;
}

.form__label {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
}

.label {
    margin-top: 30px;
    font-weight: bold;
}
[v-cloak] {
    display: none;
}
.cta-btn{

    padding: 10px 40px 10px 40px;
    font-size: 30px;
    color: white;
    background-color: #55ACB1;
    color: white;
    font-family: segoe;
    text-shadow: 1px 1px 2px #f27527;;
    margin: 20px;

}
.cta-btn:hover, .cta-btn:focus, .cta-btn:active, .cta-btn.active .cta-btn:active:focus{
    margin: 20px;
    padding: 10px 40px 10px 40px;
    font-size: 30px;
    color: white !important;
    background-color: #55ACB1 !important;
    color: white;
    font-family: segoe;
    text-shadow: 1px 1px 2px #000000;
    box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}


.sub_label{
    text-align: right;
    margin-bottom: 10px;
}

.margin-no-right
{
    margin-right: 0px;
}
