.content .form-control {
font-family: "Beaufort for LOL Bold";
background-color: #e3e3e3;
border: none;
height: 40px;
border-radius: 20px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding: 15px;
color: #000;
width: 330px;
}

.input-group-text { 
background-color: #e3e3e3;
border-radius: 0px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
height: 40px;
width: 50px;
border: none;
padding-left: 30px;
}

.form-floating > label {
font-family: "Beaufort for LOL Bold";
color: #5c5c5c;
padding: 0.4rem 0.75rem;
text-transform: uppercase;
}
