
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}
.white{
  color: #fff;
}
.m-error{
  font-size: 1.2em;
  text-align: center;
}
.error-message{
  color: red;
}
.alertIcon{
  font-size: 2em;
  color: red;
}
.successIcon{
  font-size:2.5em;
  color: #86868B;
}
section{
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 108px);
  width: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-box{
  position: relative;
  width: 100% !important;
  background: #F4F3F3;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  backdrop-filter: blur(15px);
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: -150px;
}
h2{
  font-size:35px;
  color:#121212;
  text-align: center;
}
p{
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #86868B;
  text-align: center;
}
.inputbox{
  position: relative;
  margin: 30px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#header{
  height: 64px;
  border-bottom: 1px solid rgba(100,100,100,.2);
}
#header img{
  padding-left:5%;
  padding-right:5%;
}
.ang-div{
  position: relative;
  margin: 30px 0;
  width: 100%;
}
.inputbox label{
  position: absolute;
  top:50%;
  left:5px;
  transition: translateY(-50%);
  color:#86868B;
  font-size: 1em;
  pointer-events: none;
  transition: .5s;
}
input:focus ~label,
input:valid ~label{
  top: -8px;
}
.inputbox input{
  width: 100%;
  height: 50px;
  background:transparent;
  border: none;
  outline: none;
  font-size: 1em;
  padding:0 35px 0 5px ;
  color: #86868B;
}
.inputbox .ionicon{
  position: absolute;
  right: 8px;
  color: #86868B;
  font-size: 1.2em;
  top:20px;
}
.forget{
  margin: -5px 0 15px 0;
  font-size: .9em;
  color: #86868B;
  display: flex;
}
.forget input{
  margin-right: 3px;
  margin-left: auto;
}
.forget a{
  margin-left: auto;
  color: #86868B;
  text-decoration: none;
}
.forget a:hover{
  text-decoration: underline;
}
button{
  width:300px;
  height: 50px;
  border-radius: 5px;
  background: #0071E3;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
}
.form-value{
  width: 100%;
  margin-left:25%;
  margin-right:25%;
}
.footer{
  text-align: center;
  color: #454545;
}
.footerline{
background: -webkit-linear-gradient(0deg,#b1338a,#0071E3 30%,#650de8 45%,#650de8 70%,#302A6C 85%);
border: 0px;
padding: 0px;
margin: 0px;
width: 100%;
height:10px;
margin-top: 15px;
}
.footer a{
  color: #86868B;
  text-decoration: none;
  margin: 5px 5px 5px 5px;
  font-size:15px;
}
