*{
	padding: 0;
	margin: 0;
	background: url(https://images.unsplash.com/photo-1622198779228-672a0a4e7e73?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: arial;
}
.header-1{
	text-align: center;
	font-size: 70px;
	color: lightblue;
}
.header-2{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 400px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.header-2 input {
    display: block;
    padding: 15px;
    color: #77ef0a;
    padding-top: 21px;
    padding-right: 30px;
    padding-left: 73px;
    margin: 35px;
    margin-left: -12px;
    border-radius: 25px;
    outline: none;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 10%);
    border-bottom: 3px solid;
    font-size: 26px;
}
.btn-1{
	border: 1px solid #3498db;
  background: none;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "montserrat";
  cursor: pointer;
  margin: 10px;
  transition: 0.9s;
  position: relative;
  overflow: hidden;
  width: 93%;
  color: darkblue;
}
.btn-1:hover{
	background-color: red;
	border-radius: 25px;
}
.forgot-pass{
	font-size: 25px;
	color: whitesmoke;
	margin: 26px;
	padding: 15px;
}
.forgot-pass a{
	color: #1218dc;
}
.Registar-msg{
	font-size: 25px;
	color: whitesmoke;
	margin: 15px;
	text-align: center;
}
.Registar-msg b a{
	text-decoration: none;
	color: greenyellow;
	font-size: 52px;
}
.Registar-msg b a:hover{
	border-bottom: 1px solid darkblue;
	transition: 0.7s;
}
.dsf{
    color: #04ff00;
    visibility: visible;
    font-size: 35px;
    text-align: center;
    transition: 0.6;
}









@media(max-width: 884px){

	.header-1 {
    text-align: center;
    font-size: 38px;
    color: lightblue;
    margin-left: 26px;

}
.btn-1 {
    border: 1px solid #3498db;
    background: none;
    padding: 13px 17px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 3px;
    transition: 0.9s;
    position: relative;
    overflow: hidden;
    width: 80%;
    color: whitesmoke;
    margin-left: 50px;
}
.forgot-pass{
	margin-left: 58px;
}
.forgot-pass a{
	color: #47bd21;
}
.Registar-msg {
    font-size: 22px;
    color: whitesmoke;
    margin: 15px;
    text-align: center;
    margin-left: 30px;
}



.Registar-msg b a {
    text-decoration: none;
    color: #00d0ff;
    font-size: 40px;
}
}