/* width */

body {
  background: #0a1826;
  color: #29968c;
}

input[type=text], select, textarea {
  width: 100%;
  height: 30px;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  display: table;
  outline: none;
  transition: .3s;
  display: inline-table;
  background-color: #263442;
  border: 0;
  color: #29968c;
}

input, select, textarea {
  background: #263442;
  border: 0;
  color: #29968c;
}

#message {
  background: #263442;
  border: 0;
}

input[type=text]:focus {
  border: 1px solid #29968c;
  color: #29968c;
  box-shadow: 0px 0px 0px 0px #29968c;
  background: #263442;
}

#message:focus {
  border: 1px solid #29968c;
  box-shadow: 0px 0px 0px 0px #29968c;
  background: #263442;
}

#send {
  background: #263442;
  border: 0;
  color: #29968c;
}

#send:hover {
  background: #29968c;
  color: #263442;
}

#send:focus {
  border-color: #29968c;
  box-shadow: 0px 0px 0px 0px #29968c;
  color: #263442;
}

#send:active {
  border-color: #29968c;
  box-shadow: 0px 0px 0px 0px #29968c;
  color: #263442;
}

.inputWithIcon input[type=text] {
  padding-left: 35px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0px;
  top: 13px;
  padding: 0px 8px;
  text-align: left;
  float: left;
}

#email {
  padding-left: 40px;
  background: #263442;
  border: 0;
}

#email {
  border: 1px solid #29968c;
  box-shadow: 0px 0px 0px 0px #29968c;
  background: #263442;
}

.inputWithIcon input[type=text]:focus + i {
  color: #29968c;
}

/* width */

.terms-text::-webkit-scrollbar {
  width: 10px;
  background: #263442;
  border-radius: 25px;
}

/* Handle */

.terms-text::-webkit-scrollbar-thumb {
  background: #556169;
  border-radius: 50px;
}

/* Handle on hover */

.terms-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

