html, 
body {
height: 100%;
}

body {
	/*
background-image: url("../images/home.png");
background-repeat: no-repeat;
background-size: cover;*/
	*/
}

input {
	border-radius: 12px;
	font-size: 12px;
	/*padding: 15px 0px;*/
	height: 26px;
	border: none;
	min-width: 220px;
	box-sizing: border-box;
	transition: all .3s linear;
	color: #000;
	font-weight: 400;
	width: 280px;
	margin-bottom:10px; 
	
}

input.submit1{
	padding: 10px 0px;
    height: auto;
    background-color: #001435;
    color: #ffffff;
}

fieldset#inputs{
	border: none;
}

form.myForm{
	
	position: absolute;
    left: 950px;
    top: 350px;    
    width: 300px;
    border: none;
    
    
    /*
	position: relative;
    bottom: 439px;
    right: 650px;
    width: 300px;
    border: none;
    */
    
}

a.uppercase {
	
	/*text-transform: uppercase;*/
    /*font-size: 2em;*/
    /*font-weight: bold;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*letter-spacing: 2px;*/
    text-decoration: none;
    
}
