*{	
	font-family: sans-serif;
	text-align: center;
	color: white;  
}

.loginbox
{
	top:50%;
	left:50%;
	position: relative;
	transform: translate(-50%,-50%);
	border-radius: 25px;
	border: 2px solid darkgrey;
	padding: 20px;
	width: 430px;
	height: 540px;
	padding: 70px 30px;
	border-style: solid;
	background-color: white
}

.avatar
{
	width:95px;
	height: 98px;
	border-radius: 25px;
    border: 0.75px solid #303030;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 16%;
}

h1
{
	margin: 0;
	padding: 0 0 27px;
	text-align: center;
	font-size: 28px;
	top: 18%;
	font-family: 'Quicksand', sans-serif;
    font-weight: 300;
	color:black;
}

h2
{
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 18px;
	top: 20%;
	font-family: 'Quicksand', sans-serif;
    font-weight: 200;
	color:black;
}

.loginbox p
{
	margin: 0;
	padding: 0;
	color: 	#989898;
	font-family: 'Verdana' black;
    font-weight: 300;
	font-size: 15px;
	text-align: left;	

}

.loginbox input
{	
	width: 100%;
	margin-bottom: 20px;
}

.loginbox input[type="text"], input[type="password"]
{
	color: black;	
	border: none;
	border-bottom: 1px solid #707070;
	outline: none;
	height: 40px;
	font-size: 16px;
}

 button 
 {
	border-radius: 20px;
	border: 1px solid #0074D9;
	background-color: #0074D9;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	 margin-top: -347px;
    margin-left: -5px;
}

button:active 
{
	transform: scale(0.95);
}

button:focus 
{
	outline: none;
}

button.ghost 
{
	background-color: transparent;
	border-color: #FFFFFF;
}


.wrapper 
{
  display: flex;
 
  justify-content: space-around;
  text-align: center;
  
}

.card a
{
	padding: 0px;
	left: 14%;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #0074D9;
	text-align: center;
	margin: auto;
    width: 50%;
    font-family: 'Quicksand' black;
}

.card a:hover
{
	color: #ffc107;
}


.card 
{
  margin-top: 15%;
  left: 0%;
  width: 115px;
  height: 80px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card:hover 
{
  transform: translateY(20px);
}

.card:hover:before 
{
  opacity: 1;
}

.card:hover .info 
{
  opacity: 1;
  transform: translateY(0px);
}

.card:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.card img 
{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.card .info
{
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.card .info h1 
{
  margin: 0px;
}

.card .info p 
{
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 8px;
}

.card .info button 
{
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}

.card .info button:hover 
{
  background: dodgerblue;
  color: white;
}

.wrapper1 
{
  display: flex;
 
  justify-content: space-around;
  text-align: center;
  
}

.card1 a
{
	padding: 0px;
	left: 14%;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #0074D9;
	text-align: center;
	margin: auto;
    width: 50%;
    font-family: 'Quicksand' black;
}

.card1 a:hover
{
	color: #ffc107;
}


.card1 
{
  margin-top: 5%;
  left: 0%;
  width: 115px;
  height: 80px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card1:hover 
{
  transform: translateY(20px);
}

.card1:hover:before 
{
  opacity: 1;
}

.card1:hover .info 
{
  opacity: 1;
  transform: translateY(0px);
}

.card1:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.card1 img 
{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.card1 .info
{
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.card1 .info h1 
{
  margin: 0px;
}

.card1 .info p 
{
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 8px;
}

.card1 .info button 
{
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}

.card1 .info button:hover 
{
  background: dodgerblue;
  color: white;
}
