
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body{
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(pink-background-design.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.head{
  position: absolute;
  top: 50px;
}

h1 a{
  text-decoration: none;
  color: white;
}

h1{
  background:transparent;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  line-height: 50px;
  width: 75%;
  text-transform:uppercase;
  letter-spacing:5px;
  font:44px 'doto';
  border-bottom:4px dotted white;
  padding-bottom:4px;
  margin-left: 13%;
}


.navbar a{
  background: transparent;
  text-decoration: none;
  line-height: 20px;
  padding: 3px;
}

.navbar{
 background: transparent;
  display: flex;
  flex-wrap:wrap;
  text-align: center;
  
  font-size: 15px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  
}





#header2 {
width: 540px;
height: 60px;
line-height:60px;
background:transparent;
}
  

section {
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

.login-box {
  position: absolute;
  top: 40%;
  left: 0%;
 backdrop-filter: blur(15px);
  width: 100%;
  height: 40vh;
  background: transparent;
  border: 2px solid antiquewhite;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
 align-content: center;  
  margin-right: -10px;
}

h2 {
  font-size: 2em;
  color: #ffe4e1;
  text-align: center;
  
}

.input-box {
  position: relative;
  width: 310px;
  margin: 30px 0;
  border-bottom: 2px solid #ffe4e1;
}

.input-box label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 1em;
  color: #ffe4e1;
  pointer-events: none;
  transition: .5s;
}

.input-box input:focus~label,
.input-box input:valid~label {
  top:-5px;
}

.input-box input{
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: lightgray;
  padding: 0 35px 0 5px;
}

.input-box .icon{
  position: absolute;
  right: 8px;
  color: #ffe4e1;
  font-size: 1.2em;
  line-height: 57px;
}

.remember-forgot {
  margin: -15px 0 15px;
  font-size: .9em;
  color: #ffe4e1;
  display: flex;
  justify-content: space-between;
}

.remember-forgot label input  {
  margin-right: 3px;
}

.remember-forgot a {
  color: violet;
  text-decoration: none;
}

.remember-forgot a:hover {
  text-decoration: underline;
}

button {
  width: 100%;
  height: 40px;
  background: #ff1493;
  border: none;
  outline: none;
  border-radius: 35px;
  cursor: pointer;
  font-size: 1em;
  color: white;
  font-weight: 500;
}

.register-link {
  font-size: .9em;
  color: #ffe4e1;
  text-align: center;
  margin: 25px 0 10px;
}

.register-link p a {
  color: violet;
  text-decoration: none;
  font-weight: 600;
}

.register-link p a:hover{
  text-decoration: underline;
} 













