body{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46vh;
}
.login{
	position: relative;
	bottom: 100px;
	height: 0px;
}
*{
	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none; 
 	user-select: none;
}
.formg{
	width: 330px;
	height: 0px;
}
.formbutton{
	letter-spacing: 0.5px;
	font-size: 16px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #3388EC;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	width: 330px;
	position: relative;
	bottom: 130px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}
.formbutton1{
	letter-spacing: 0.5px;
	font-size: 16px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background-color: #66BB6A;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	width: 330px;
	position: relative;
	bottom: -10px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
}
.h1reg{
	text-align: center;
	margin: 0 0 32px 0;
	font-weight: normal;
}
.formgroup{
	position: relative;
	bottom: 180px;
	height: 60px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.forminpu{
	position: relative;
	bottom: 15px;
}
.formbutton:focus, .formbutton:hover{
	background-color: rgba(0, 113, 240, 0.7);
}
.formbutton1:focus, .formbutton1:hover{
	background-color: #8BC48A;
}

.tennis-bro{
	position: relative;
	right: 30px;
}
.hi{
	position: relative;
	bottom: 190px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.formlabe{
	position: relative;
	border: 100px;
}
.forminpu{
	border: 1.5px solid #D8DADC;
	width: 333px;
	height: 45px;
	gap: 10px;
	border-radius: 10px;
	border: 1px 0px 0px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
.problem{
	position: relative;
	bottom: 150px;
	font-family: "Plus Jakarta Sans", sans-serif;
 	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 14px;
}
.checkbox{
	width: 20px;
	height: 20px;
	top: 434px;
	left: 20px;
	gap: 0px;
	opacity: 0px;
	border-radius: 10px;
}
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
}
input[type="checkbox"]:not(:checked) + label:before{
	border: 1px solid #dddddd;
}
input[type="checkbox"]:checked + label:before{
	background-color: #3388EC;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 100px;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3.4px;
    top: 4px;
    width: 9px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    color: white;
}
.forgot{
	float: right;
}
.line{
	width: 112px;
	height: 0px;
	border: 1px solid #D8DADC;
}
.or{
	position: relative;
	top: 460px;
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 14px;
}
.choice{
	display: flex;
}
.account{
	display: flex;
	position: relative;
	top: 110px;
}
.account p{
	text-align: center;
	position: relative;
	left: 50px;
}
.link{
	position: relative;
	top: 14px;
	left: 55px;
	text-decoration: none;
	color: #3388EC;
}
.star{
	position: relative;
	bottom: 220px;
}
html{
	width: 100%;
}
@media (max-width: 1280px) and (min-width: 1025px){
	body{
	display: flex;
	justify-content: center;
	align-items: center;
	}
}
@media (max-width: 1024px) and (min-width: 821px){
	body{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 50px;
	}
}
@media (max-width: 820px) and (min-width: 769px){
	body{
		zoom: 200%;
		position: relative;
		bottom: 110px;
		left: 10px;
	}
}
@media (max-width: 768px) and (min-width: 712px){
	body{
		zoom: 170%;
		position: relative;
		left: -15px;
		bottom: 100px;
	}
}
@media (max-width: 712px) and (min-width: 608px){
	body{
		zoom: 150%;
		position: relative;
		left: -8px;
		bottom: 100px;
	}
}
@media (max-width: 608px) and (min-width: 521px) {
    body{
		position: relative;
		bottom: 100px;
		zoom: 130%;
		left: -10px;
	}
}
@media (max-width: 520px) and (min-width: 457px){
	body{
		zoom: 115%;
		position: relative;	
		left: -15px;
		bottom: 100px;
	}
}
@media (max-width: 457px) and (min-width: 417px){
	body{
		zoom: 110%;
		position: relative;
		bottom: 100px;
		left: 0px;
	}
}
@media (max-width: 417px) and (min-width: 376px){
	body{
		zoom: 100%;
		left: 0px;
	}
}
@media (max-width: 375px) and (min-width: 361px){
	body{
		zoom: 90%;
		position: relative;
		bottom: 100px;
	}
}
@media(max-width: 360px) and (min-width: 300px){
	body{
		zoom: 80%;
		position: relative;
		bottom: 100px;
	}
}
a{
	position: relative;
	bottom: 100px;
}