@charset "UTF-8";
		body {

				background-color: #eceff1;

				color: #000;

				font-size: 0.9em;

				font-family: sans-serif,helvetica;

				margin: 0;

				padding: 0;

			}

			:link {

				color: #0000FF;

				text-decoration:none;

			}

			:visited {

				color: #0000FF;

			}

			a:hover {

				color: #0000FF;

			}

			h1 {

				text-align: center;

				margin: 0;

				padding: 0.6em 2em 0.4em;

				background-color: #2D4760;

				color: #ffffff;

				font-weight: normal;

				font-size: 1.75em;

				border-bottom: 2px solid #000;

			}

			h1 strong {

				font-weight: bold;

			}

			h2 {

				font-size: 1.1em;

				font-weight: bold;

			}

			.content {

				padding: 1em 5em;

			}

			.content-columns {

				/* Setting relative positioning allows for 

				absolute positioning for sub-classes */

				position: relative;

				padding-top: 1em;

			}

			.content-column-left {

				/* Value for IE/Win; will be overwritten for other browsers */

				width: 47%;

				padding-right: 3%;

				float: left;

				padding-bottom: 2em;

			}

			.content-column-right {

				/* Values for IE/Win; will be overwritten for other browsers */

				width: 47%;

				padding-left: 3%;

				float: left;

				padding-bottom: 2em;

			}

			.content-columns>.content-column-left, .content-columns>.content-column-right {

				/* Non-IE/Win */

			}

			img {

				border: 2px solid #fff;

				padding: 2px;

				margin: 2px;

			}

			a:hover img {

				border: 2px solid #3399FF;

			}
			
			
			
			form {border: 3px solid #f1f1f1; width:300px;}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
/* CSS Document */

