input{
    width: 10rem;
    height: 2rem;
    padding: 3px;
    color: white;

}
.transparent-border {
            color: transparent !important;
            -webkit-text-stroke: 0.3px white !important;
            /* For WebKit (Safari, Chrome, etc.) */
            text-stroke: 1px white !important;
            /* Standard property */
        }
.landingpage{
    flex-wrap: wrap;
}
.landingpageRight h2{
    color:white;
    font-weight:500;
    font-size:1.9rem;
    line-height:2.3rem;
    text-align:center;
}

.landingpageRightInfo img{
    width: 2.2rem;
    height: 2.2rem;
}

.landingpageRightInfo p{
    margin-bottom: 0;
    line-height: 1.5rem;
}
.para{
			font-size: 36px;
			line-height: 46px;
			font-weight: 500;
			color: #FDFDFD;
			text-align: center;
			padding-top: 80px;		
		}
label{
    color: #FFFFFF;
    font-size: 14px;
} 