* {
  padding: 0%;
  margin: 0%;
}

body {
  width: 100%;
  height: 100vh;
}

nav {
  width: 100%;
  height: 10vh;
  background-color: #ffffff;
}

.logo-div {
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main {
  width: 100%;
  height: 90vh;
  display: flex;
}

.left-div {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.right-div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-div {
  width: 55%;
  height: 70%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dfe0e5;
}

.login-div form {
  width: 70%;
}

.login-div form h1 {
  font-size: 2vw;
  font-family: "Poppins", sans-serif;
  margin-bottom: 9%;
}

.option {
  width: 100%;
  height: 5vh;
  display: flex;
  margin-bottom: 15%;
}

.option label {
  width: 100%;
  height: 100%;
}

.op {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbb8bc;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  border-bottom: 0px;
  transition: color 0.5s;
}

.radio {
  display: none;
}

.boder {
  color: #000000;
  border-bottom: 2px solid #000000;
  transition: color 0.5s;
}

.mail {
  width: 100%;
}

#mail {
  width: 90%;
  padding: 3% 5%;
  background-color: #dfe0e5;
  outline: none;
  border-bottom: 2px solid #bbb8bc;
  border-right: none;
  border-top: none;
  border-left: none;
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15%;
}

.password {
  width: 100%;
  position: relative;
}

#password {
  width: 90%;
  padding: 3% 5%;
  background-color: transparent;
  outline: none;
  border-bottom: 2px solid #bbb8bc;
  border-right: none;
  border-top: none;
  border-left: none;
  font-family: "Roboto", sans-serif;
  font-size: 1vw;
  margin-bottom: 2%;
}

.eye {
  width: 20%;
  height: 85%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  cursor: pointer;
  padding-bottom: 2%;
}

.submit-button {
  width: 100%;
}

#alart {
  width: 94%;
  height: 4vh;
  color: rgb(255, 0, 0);
  margin-bottom: 15%;
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
}

#submit {
  width: 100%;
  background-color: #63bfbf;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 4% 0%;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}