.content form >.form-group label {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #272736;
}

.form-group:nth-child(2n+1) .form-control {
    border-color: #e5e5e5;
}

input[type=text]  {
    height: 40px !important;
    border-radius: 2px;
}
input[type=url]  {
    height: 40px !important;
    border-radius: 2px;
}
input[type=number]  {
    height: 40px !important;
    border-radius: 2px;
}
 
select{
	height: 40px !important;
    border-radius: 2px;
	
}
.form-control {
color: black;
height:auto;
}

.btn-default {
    /* background-color: #dae8f2; */
    color: #000;
}
body{
font-weight:normal;
}

