body {font-family: Arial, Helvetica, sans-serif;}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
}
/*****************************************
  upload button styles
******************************************/
.file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #222;
  border-radius: .4em;
  transition: background .3s;

}

  .file-upload__label:hover {
     cursor: pointer;
     background: #000;
  }

.file-upload2 {
	position: relative;
	display: inline-block;
	float: right;
}

 .file-upload__label2 {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #a81606;
  border-radius: .4em;
  transition: background .3s;

 }
  
  .file-upload__label2:hover {
     cursor: pointer;
     background: #ea4a55;
  }
   
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}

.rad {
    width:150px;
    margin-right:25px;
    display:inline-block;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width:100%;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom:75px;
}

