/* fa is used for icons in FOOTER */
.fa {

  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

$color: #000;
$color-bg: #c0c0c0;

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(https://meyerweb.com/eric/tools/css/reset/reset.css);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
	background: $color-bg;
	color: $color;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
}

input {
  background-image: none;
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
  transition: all .3s;
}

/* ---------- ALIGN ---------- */

.align {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------- GRID ---------- */

.grid {
   width:90%;
  margin:auto;
}

/* ---------- LOGIN ---------- */

#login h2 {
	background: #f95252;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 28px;
	padding: 15px 26px;
	margin: 0px;
	text-align: center;
}

#login h2 span[class*="fontawesome-"] {
	margin-right: 14px;
}

#login fieldset {
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
}

#login fieldset p {
	color: #777;
	margin-bottom: 14px;
}

#login fieldset p:last-child {
	margin-bottom: 0;
}

#login fieldset input {
	border-radius: 3px;
}

#login fieldset input[type="email"], #login fieldset input[type="password"] {
	background: #eee;
	color: #0b0b0b;
	padding: 4px 10px;
	width: 100%;
}

#login fieldset input[type="text"], #login fieldset input[type="password"],
#login fieldset input[type="email"]

 {
	background: #fff;
	color: #0b0b0b;
	padding: 4px 10px;
	width: 100%;
	  border-radius: 6px ;  
}

#login fieldset input[type="submit"] {
	background: #33cc77;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#login fieldset input[type="reset"] {
	background: #33cc77;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#login fieldset input[type="button"] {
	background: #33cc77;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	width: 100px;
}

#login fieldset input[type="submit"]:hover {
	background: #28ad63;
}


#suggesstion-box ul{
margin:0;
padding:0;
padding-left:4px;padding-right:4px;
background:#fff;
list-style:none;
position:absolute;	
}

#country-list li:hover {
    background: #ece3d2;
    cursor: pointer;
}

#country-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
	text-align: left;
}

 .login:focus {
    font-weight: bolder;
    
 
   border: 1px solid black;
  }

.mainDiv
{
	width:100%;
	float:left;
}

.labelpadding
{
 padding-right: 20px;
text-align: right;
color:#444444;
width:35%;
float:left; 
font-weight: normal; 
line-height: 35px; 
font-weight: bolder;
}

.subDiv
{
	width:65%;
	float:left;
}
  


