form .width40{
width: 40%;
}
form .width50{
width: 50%;
}
form .width60{
width: 60%;
}
form label{
display: block;
width: 100%;
}
form .flex-wrap{
justify-content: space-between;
}
form .width100{
width: calc(100% - 0px);
}
form .width50{
width: calc(50% - 20px);
}