.hide{display:none}
.loading {
    background: #fff url(/assets/spinning.gif) no-repeat right center;
    background-size:contain;
}
.cui_error{color:rgb(249, 185, 61); font-family: OpenSans-Regular;}
.container-footer h4{margin-top:10px; margin-bottom:5px}
.fourth-col-1-footer{margin-top:0}

.background-hero:hover{cursor:pointer}

.icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.125em;
  }
.fifth-col-1-footer{display:none}
@media only screen and (max-width: 640px) {
 .fifth-col-1-footer {
	display:flex;
	justify-content: center;
}
.fourth-col-1-footer, .third-col-1-footer{display:none}
}
/*pristine*/
.form-container {
    margin: 80px auto;
    width: 500px;
}

.form-group {
    margin-bottom: 10px;
}

.btn {
    background: #1c94ff;
    padding: 4px 8px;
    border: none;
    box-shadow: 2px 1px 1px #d3d3d3;
    color: #fff;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    width: 100%
}

label {
    display: block;
    margin-bottom: 2px;
}

.form-group .form-control {
    width: 100%;
    outline: none;
    padding: 5px;
    border: none;
    background: #d1d1d1;
    border-bottom: 2px solid #1c94ff;
    font-size: 16px;
}

.has-success .form-control {
    border-bottom: 2px solid #168b3f;
}

.has-danger .form-control {
    border-bottom: 2px solid #dc1d34;
}

.form-group .text-help {
    color: rgb(249, 185, 61);
    font-family: OpenSans-Regular;
}

.inline-label label{
    display: inline;
}

.pristine-error {
    display: table;
    
}
