@font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-regular.woff") format('woff');
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-bold.woff") format('woff');
     font-weight: bold;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-bold-italic.woff") format('woff');
     font-weight: bold;
     font-style: italic;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-lite.woff") format('woff');
     font-weight: lighter;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-condensed-regular.woff") format('woff');
     font-weight: normal;
     font-stretch:condensed;
     font-style: normal;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-lite-italic.woff") format('woff');
     font-weight: lighter;
     font-style: italic;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-regular.woff") format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "ubuntu";
     src: url("fonts/ubuntu/ubuntu-italic.woff") format('woff');
     font-style: normal;
     font-style: italic;
}
 * {
     box-sizing:border-box;
}
 * {
     font-family: ubuntu;
}
 body {
     background: #29506D;
     font-family: ubuntu;
     color: black;
}

.form-login { 
     font: 16px "ubuntu", sans-serif;
     width: 300px;
     max-width: 1000px;
     margin:30px auto 0;
     display:block;
     background:#DCDCDC;
     padding:10px 50px 50px;
     border-radius: 12px;
}
.field-group { 
	margin:15px 0px; 
}

.field-group-submit { 
	margin:15px 0px;
	text-align: center; 
}

.input-field {
	padding: 8px;width: 200px;
	border: #A3C3E7 1px solid;
	border-radius: 4px; 

}
.form-submit-button {
	background: #65C370;
	border: 0;
	padding: 8px 20px;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase; 
}
