label,span,input,p {
    font-family: 'Quicksand', sans-serif; 
}
.bg-normal { 
    background-color:#FBFBFC;
  }

.btn-round { border-radius: 30px;}
.bg-indigo {background: #0078ff;}
.text-cyan { color: #35bdff;}
.btn-coverholder {
    box-shadow: 0 1px 4px 0 rgba(34,50,84,.1);
    border-color:  #a9cd45 !important;
    background-color: #a9cd45 !important;
    color: #fff;
    cursor: pointer;
}
.btn-coverholder:hover {
    border-color:  #a9cd45 !important;
    background-color: #a9cd45 !important;
}
.blu {
    color: #007bff;
}
/* add css for form-register */
.body-register {
    background-color:#F5F7FA;
  }
.navbar-default{
    background-color:transparent;
  }
.navbar-default.scrolled{
    position:absolute ;
    top: 0;
    background-color:#fff;
  }

.fixed-top {
    background: transparent;
}
.nav-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav-link-call {
    padding: 16px !important;
}
.dropdown-menu-right {
    color: #3b3b3b;
    border:none !important;
    border-radius:5px;
    top:80% !important;
    left:-130% !important;
    box-shadow: 0 2px 8px 0 rgba(34,50,84,.15);
}
.main-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    font-family: 'Quicksand', sans-serif;
}
.dropdown-menu-right {
    color: #3b3b3b;
    border:none !important;
    border-radius:5px;
    box-shadow: 0 2px 8px 0 rgba(34,50,84,.15);
}
.form-register {
    padding: 20px;
    margin-bottom: 20px;
    border-radius:5px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(34,50,84,.1);
}
.form-row {
    margin-bottom: 10px;
}
label {
    font-weight: 700;
    color: #9098A9;
}
.text-required {
    font-weight: 700;
    color: #007bff !important;
}
.element-header {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}
.element-header:after {
    content: "";
    background: linear-gradient(135.47383495181543deg, rgba(0, 120, 255,1) 1.234375%,rgba(0, 120, 254,1) 1.234375%,rgba(6, 153, 211,1) 100.60937499999999%);
    width: 25px;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.span-register {
    color: #9098A9;
    font-size: 14px;
}
.bottom {
    text-align: center;
    padding: 20px 0;
}
.bottom p {
    padding: 50px 0;
    color: #cccccc;
}
.bottom a {
    text-decoration: none;
    color: #009dee;
}
.bottom a:hover {
    text-decoration: none;
    color: #009dee;
}
.btn-register {
    padding: 14px 120px !important;
    background: #0078ff;
    color: #fff;
    box-shadow: 0 4px 16px rgba(34,50,84,0.16);
    cursor: pointer;
    transition: all ease 0.2s;
}
.btn-register:hover {
 transform: translate(0,-5px);
}

@media (min-width: 768px) {
    .h-md-100 {height: 100vh;}
    .bg-normal { 
        background-color:#FBFBFC;
    }
    .dropdown-menu-right {
        color: #3b3b3b;
        border:none;
        border-radius:5px;
        top:0;
        left:0;
        box-shadow: 0 2px 8px 0 rgba(34,50,84,.15);
    }
}

/* add css for Richiedi Demo */
@media (min-width: 768px) {
    .form-control-richiedi {
        width: 450px !important;
    }
}