#m-blogbtn {
  right: 300px;
}
#m-solutionbtn {
  right: 150px;
}
#m-signupbtn {
  display: none !important;
}
#m-loginbtn {
  right: 0;
}
#regdiv {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  left: 5vw;
  width: 42.5vw;
  top: 20px;
  height: 700px;
}
#regdiv h2 {
  position: absolute;
  left: 0;
  width: 42.5vw;
  margin: 0; padding: 0;
  top: 20px;
}
#lemail, #email, #lpsw, #psw, #lpswrep, #pswrep, #lcountry, #country { position: absolute; box-sizing: border-box; background: transparent; width: 42.5vw; text-align: center; left: 0;}
#lchesscomnick, #chesscomnick, #lichessnick, #llichessnick { position: absolute; box-sizing: border-box; background: transparent; width: 20vw; text-align: center; }
#lchesscomnick, #chesscomnick { left: 0; }
#lichessnick, #llichessnick { left: 22.5vw; }
#lemail { top: 100px; }
#email { top: 135px; }
#lpsw { top: 200px; }
#psw { top: 235px; }
#lpswrep { top: 300px; }
#pswrep { top: 335px; }
#lchesscomnick { top: 400px; }
#chesscomnick { top: 435px; }
#llichessnick { top: 400px; }
#lichessnick { top: 435px; }
#lcountry { top: 500px; }
#country { top: 535px; }

#reg-btn {
  position: absolute;
  left: 0;
  width: 42.5vw;
  box-sizing: border-box;
  top: 600px;
  height: 45px;
  background-color: #801010;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 1em;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s;
}
#reg-btn:hover {
  background-color: #F03030;
  transition: 0.2s;
}

form input, form select {
  border-top: none; border-left: none; border-right: none;
  border-radius: 0;
  border-bottom: cyan 1px solid;
  height: 40px;
  font-size: 1em;
  color: white;
  font-family: 'Poppins', sans-serif;
}