@font-face {
    font-family: 'Ebrima';
    src:url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Ebrima2';
    src:url('../fonts/Geometric Slabserif 712 Bold BT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Humns';
    src:url('../fonts/humnst777.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src:url('../fonts/GothamBook.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
	margin: 0;
   width: 100%;
   height: 100%;
   background: url("../images/bgsignup.png");
   background-size: 100% 100%;   
}

img {
	display: block;
}

.resend {
	text-decoration: underline;
	font-weight: bold;
}

.gaptop {
   height: 35px;
}

.outer {
   border: 3px solid #ffffff;
   border-radius: 20px;
}

.outer2 {
   border: 5px solid #00a17c;
   border-radius: 20px;
   background-color: #ffffff;
}

.logoimg {
   margin-left: auto;
   margin-right: auto;
}

.title {
   width: 100%;
   text-align: center;
   color: #054ba0;
   font-family: 'Ebrima';
   font-size: 18px;
}

.gap2 {
   height: 25px;
}

.gap3 {
   height: 10px;
}

.icon {
   padding-right: 7px;
}

.input {
}

.gap4 {
   height: 10px;
}

.text {
   border: 1px solid #a3a4a6;
   border-radius: 4px;
   background-color: #e6e7e9;
   color: #626365;
   height: 30px;
   width: 250px;
   padding-left: 10px;
}

.gap5 {
   height: 15px;
}

.gap6 {
   height: 25px;
}

.gap7 {
   padding-left: 12px;
   padding-right: 12px;
}

.line1 {
   border-bottom: 2px solid #02b58d;
}

a {
   text-decoration: none;
}

.leftfoot {
   padding-left: 25px;
   height: 40px;
   padding-bottom: 2px;
}

.rightfoot {
   padding-right: 25px;
   height: 40px;
   padding-bottom: 2px;
   font-family: 'Ebrima';
   font-size: 14px;
}

.signup {
   padding-left: 5px;
   font-family: 'Ebrima';
   font-size: 14px;
}
