  .center {
              width: 35%;
            }
                p{

                line-height: 1.9;
                }
                .btnodooc{

                colour:#1EABC7;
                }

                .submitodoo-button{

                    border: 2px solid #1EABC7;
                    border-width: 1px 1px;
                    background-color: #1EABC7;
                    padding: 10px;
                    color: white;
                    margin-bottom: 20px;
                    width:100%;
                margin-bottom: 50px;

                    }

                .submitodoo-button:hover {
  background-color: white;
                color:black;
}

                .form-controlss {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom:  1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
                .form-controlemail {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ff6347;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom:  1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
                .form-controlss:hover {
  color: #3c3c3c;
  border-bottom-color: #3c3c3c;
                  border-bottom:  2px solid;


}

                                .form-controlss:focus {
  color: #212529;
  border-bottom-color: #86b7fe;
  outline: 0;
}



