.logos{
  margin-top: 7%;
  margin-left: 18%;
}
.logos img{
  user-select: none;
  width: 85%;
}
.header{
  text-align: center;
  font-size: 35px;
  font-weight: bolder;
  background-image:-webkit-linear-gradient(bottom,#0de7b7,#5cf2d9,#b1fffe); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
  letter-spacing: 5px;
  padding-top: 100px;
}
.center{
  display: flex;
  align-items: center;
}

.form-tit{
  margin-top: 20px;
  text-align: center;
  color: #07ac74;
}

.username img{
  margin: 5px;
}
.password img{
  margin: 5px;
}
.input1{
  color: white;
  position: absolute;
  height: 30px;
  width: 268px;
  border: none;
  background: transparent !important;
  outline:none
}
.input2{
  color: white;
  position: absolute;
  height: 30px;
  width: 300px;
  border: none;
  margin-left: 65px;
  margin-top: 20px;
  background: #07ac74;
  outline:none
}
input::-webkit-input-placeholder {
/* WebKit browsers */ 
font-size:13px;
color:#fff;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */ 
font-size:13px;
color:#fff;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */ 
font-size:13px;
color:#fff;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */ 
font-size:13px;
color:#fff;
}
.and{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.rember{
  color: white;
  font-size: 14px;
  margin-left: 60px;
}
.forget{
  color: white;
  font-size: 14px;
  margin-right: 65px;
}
.forget :hover{
  display: inline;
  color: #999;
  font-size: 14px;
  cursor:pointer;
}
.input2{
  cursor:pointer;
}
.username img{
  width: 7%;
}
.password img{
  width: 7%;
}
