.cform{
    text-align: left;
    margin-left: 20px;
    width: 60%;
}

.cfrmC input{
    width: 90%;
    border-bottom: 1px solid #1E1E1E;
    height: 25px;
    border-radius: 8px;

}
.cfrmC textarea{
    width: 90%;
    border-bottom: 1px solid #1E1E1E;
    height: 60px;
    border-radius: 8px;

}
.cfrmC{
    margin-bottom: 10px;
}

.cfrmC lebel{
    font-weight: bold;
}

.btn-s{
    font-size: 20px;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    background-color: blue;
    color: #fff;
}