
*,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #080710;
}
.sign-up-background{
width: 430px;
height: 520px;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}
.sign-up-background .sign-up-page{
height: 200px;
width: 200px;
position: absolute;
border-radius: 50%;
}
.sign-up-page:first-child{
background: linear-gradient(
  #1845ad,
  #23a2f6
);
left: -80px;
top: -80px;
}
.sign-up-page:last-child{
background: linear-gradient(
  to right,
  #ff512f,
  #f09819
);
right: -30px;
bottom: -80px;
}
.sign-up-form{
height: 660px;
width: 972px;
background-color: rgba(255,255,255,0.13);
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
border-radius: 10px;
backdrop-filter: blur(10px);
border: 2px solid rgba(255,255,255,0.1);
box-shadow: 0 0 40px rgba(8,7,16,0.6);
padding: 40px 30px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.sign-up-form *{
font-family: 'Poppins',sans-serif;
color: #ffffff;
letter-spacing: 0.5px;
outline: none;
border: none;
}
.sign-up-form h3{
font-size: 32px;
font-weight: 500;
line-height: 42px;
text-align: center;
}

.sign-up-label{
display: block;
margin-top: 30px;
font-size: 16px;
font-weight: 500;
}

.sign-up-input{
display: block;
height: 39px;
width: 293px;
background-color:#FFFFFF;
border-radius: 3px;
padding: 0 5px;
margin-top: 18px;
font-size: 14px;
font-weight: 300;
}
.sign-up-email-input{
  margin-bottom: 73px;
}

.sign-up-input-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sign-up-input-3{
  top: 0;
}
::placeholder{
color: #000;
}
.sign-up-checkboxes{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  gap: 10px;
}
.sign-up-input-3 h2{
  padding-top: 60px;
  margin-left: 100px;
}
#sign-up-subscribe{
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 10px;
}

.sign-up-checkbox-1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-up-checkbox-2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-up-agree-checkbox{
  position: fixed;
  display: flex;
  justify-content: start;
  align-items: center;
  left: 2%;
  top: 67%;
}
.sign-up-agree-checkbox label{
  font-size: 12px;
}
#sign-up-subscribe-2{
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 10px;
  font-size: 10px;
}

.sign-up-button{
margin-top: 10px;
margin-left: 200px;
width: 106.65px;
height: fixed;
position: fixed;
bottom: 17%;
right: 48%;
background-color: #ffffff;
color: #080710;
padding: 
7px;
font-size: 15px;
font-weight: 600;
border-radius: 40px;
cursor: pointer;
}
.sign-up-button:hover{
  background: #e7e3e3;
}
.sign-up-social{
margin-top: 100px;
padding-right: 50px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;

}

.sign-up-social p{
margin-left: 25px;
}
.sign-up-social a{
margin-right: 4px;
margin-left: 2px;
padding: 0 0 10px 0;
color: #000;
font-size: 16px;
font-weight: 700;
list-style: none;
}
.sign-up-input-type{
  padding: 5px;
  font-size: 12px;
}
