
* {
  padding: 0px;
  margin: 0px;
}

.main {
  width: 100%;
  height: 100vh;
  background-color: aliceblue;
  margin: 0px;

}

.main-content {
  width: 60%;
  float: right;
  height: 100%;
  background-color: #fff;
}

.content {
  background-color: #fff;
  height: 100vh;
}

input {
  padding: 10px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 105px;
  margin-top: 15px;
  width: 30%;
  height: 30px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.img {
  margin-left: 80px;
  margin-top: 20px;
  height: 50px;
  width: 20px;
}

.t4meBtn {
  border: none;
  border-radius: 5px;
  padding: 15px 60px;
  text-decoration: none;
  transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
  background: linear-gradient(to left, #F6AE18 0%, #B7325C 30%, #6AA7C2 60%, #39479C 100%);
  color: #fff;
  width: 200px;
}

.t4meBtn:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: 0px 2px 6px #888888;
  font-weight: bolder;
}
button{
  margin-left: 105px;
  margin-top: 15px;
}