/* body {
  margin: 2em;
} */

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
/*aside {
    background: #1f8dd6; /* same color as selected state on site menu
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2em;
}
textarea {
  width: 100%;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.is-center {
  text-align: center;
}
.button-success {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgb(28, 184, 65); /* this is a green 
}
.button-xlarge {
  font-size: 125%;
}
button {
  float: right;
}
#name, #email {
  width: 50%;
}

#wrapper{
   background-image: linear-gradient(#ee9ca7 , #ffdde1);
}
.bg-invitation{
   background-image: linear-gradient(to bottom right, #7b4397, #dc2430);
   
   #ee9ca7 → #ffdde1
   
  180deg, #FBDA61 0%, #FF5ACD 100%
}
.error{
   color: red;
}*/

.page-bg{
  background-color: #FBDA61;
  background-image: linear-gradient(to bottom, #60c8e2 0%, #ba78a8 78%);
 
}

.title{
  font-family: 'Sansita Swashed', cursive;
}

.bg-invitation{
	background-image: url('../images/new-bg-1.png');
	background-repeat: no-repeat;
  background-size: 80% 100%;
  background-position: center center;
  height: 100vh;
}


.alumni{
  padding-top: 80px; padding-right: 110px !important; padding-left: 110px !important;
  font-size: 13px !important;
  color:  #fff;
}

.btn-position{
  position: absolute;
  left:210px;
  bottom: 200px;
}
.vmeet-head{
  width: 80% !important; 
  background:#7a0701 !important; 
  color:greenyellow !important; 
  font-size: 1.3rem !important;
}


@media screen and (max-width: 768px){
 .alumni{
   font-size: 10px !important;
   padding-top: 60px !important;
 }
 .nahep-logo{
  width: 50% !important;
 }
 .btn-position{
  position: absolute;
  left:150px;
  bottom: 160px;
}
.vmeet-head{
  font-size: 14px !important;
}
}

@media screen and(max-width: 550px){
	.alumni{
   font-size: 10px !important;
   /* padding-top:  !important; */
 }
 .nahep-logo{
  width: 50% !important;
 }
 .btn-position{
  position: absolute;
  left:150px;
  bottom: 160px;
}
.vmeet-head{
  font-size: 12px !important;
}
	
}
