.form-control-labels
{
color:#685f78;
  margin-right:15px;
	
}

.bring-down{
	
	margin-top:20px;
	margin-bottom:20px !important;
}

.radio{
	
width:20px;
height:20px;
margin-right:10px;
}
label.form-control-labels{
	
	display:inline;
	
}
hr
{
	color: #7c7878;
	
}

.remember-me
{
	
	margin-top:20px;
}

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}



.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}
.loginbox .form-control {
    border-color: rgb(192 184 182) !important;
    border-radius: 5px;
    min-height: 50px;
   
}

