﻿body {
}

.row {
    padding-bottom: 10px;
}

.panel {
    border-radius: 20px !important;
}
.panel-heading {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.form-control {
    /*box-shadow: 0px 0px 5px 2px lightgray !important;*/    
}

.form-text {
    /*margin-top: 0px !important;
    margin-bottom: 10px !important;*/
}

.background {
    background: url('../Images/background-dicrep.jpg') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.custom_footer {
    background-color: transparent;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 50px;
}
#holder {
    min-height: 100%;
    position: relative;
}

.panel-default > .panel-heading {   
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.title {
color:black !important;
}
.g-recaptcha {
    display: inline-block;
}

/***
=============================================
    Spinner
=============================================
***/
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}



