html, body {
  background-color:#f9f9f9;
  font-size: 2.5vw;
}
.content_div {
    margin-left: 40%;
    padding-top: 8%;
    width: 20%;
    background-color: #f9f9f9;
}
.content_div a {
    color: grey;
    text-decoration: none;
    font-family: courier;
    
}
.text_field {
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
}

form .text_field label {
	margin-bottom: 10px;
    display: none;
    padding: 10px;
    background-color: white !important;
    background-image: none !important;    
}

.field_wrapper {
	padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
}
.content_div input {
	border: 0px solid #cfcfcf;
    width: 88%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
    height: 50px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;    
}
.nua_logo {
	width: 100%;
	margin-bottom: 18px;
}
#Form {
    font-size: 2vw;
}

#login {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 15%;
    
}
.err {
	color: #e4dede;
	font-size: 2vw;
    padding-top: 8px;
}
