body{
    background: #D0D0D0;
	color: white;
	font-family: Segoe UI, Trebuchet MS, Tahoma;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=date] {
	
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    color: #fff;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.2;
    background-color: #303030;
    border-radius: 4px;
    border: none;
    outline: 0;
	margin: 5px 0;
  
}

/* Set a style for all buttons */
button {
  
    box-sizing: border-box;
    margin: 35px 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .6rem .75rem;
    font-size: 1rem;
    line-height: 1.2;
    transition: none;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 700!important;
    background-color: #3877c4;
    border-color: #88bcdf;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    height: 3rem;
	
}



/* Add a hover effect for buttons */
button:hover {
  /* opacity: 0.8; */
  background-color: #4d97ef;
 
}

button:active{

	background-color: #0062cc;	
	
}


input:focus {

border: solid 1px #4d97ef;

}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 50% 0 40px 0px;
}

/* Avatar image */
img.avatar {
  width: 100%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
}

#container{
    width:400px;
    margin:auto;
    margin-top:5%;
}