*{
    margin: 0;
    padding: 0;
}
html, boby{
    height: 100%;
}
body{
    background: url(patt.png);
    
}
.container{
    min-height: 100%;
    top: 30%;
    left: 50%;
    width: 350 px;
    margin: 0 auto;
    text-align: center;
}
.box-img{
    width: 300px;
    margin-top: 100px;
}
h1{
    color: black;
    font: 900 96px;
    margin-top: 45px;
    margin-bottom: 45px;
}
h3{
    color: brown;
    font-family: 'Acme', sans-serif;
    font-size: 35px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}
.btn{
    font-size: 100%;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    border: solid black;
    margin: auto;
    width: 50%;
    position: center;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;;
    -o-appearance: none;;
    -ms-appearance: none;
    appearance: none;
    font-family: 'El Messiri', sans-serif;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding: 10px 50px 10px 10px;
    align-self: center;
    background: url(https://www.voteazy.com/arr.png) no-repeat 95% center;
    background-color: #fff;
    border-radius: 4px;
    border: 0.5px solid #000;
    width: 90%;
}
a{
    color: black;
    font-family: sans-serif;
}
a:hover{
    color: coral;
    font-weight: bold;
    text-decoration: none;
}
footer {
    position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
    border: 20px;
  background-color: #efefef;
  text-align: center;
}
.copyright{
    color: white;
    text-align: center;
}

.bg{
    background: url(patt.png); width: 100%; height: 100%;
}
.form-container{border:0px solid #fff; padding:12px 15px; margin-top:15px; margin-bottom: 15px;
-webkit-box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
}
.logo-img{
    width: 250px;
    display: block;
    margin: auto;
}
.nta-img{
    width: 300px;
    display: block;
    margin: auto;
}
.uema-img{
    width: 150px;
    display: block;
    margin: auto;
}
p {
    font-size: 16px;
}
strong {
    font-family: 'Acme', sans-serif;
    font-size: 20px;    
}

.error {
    font-family: 'Berkshire Swash', cursive;
	width: 80%;
    height: 50%;
	margin: 4px auto; 
	padding: 0px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
   	text-align: center;
}
.success {
    width: 80%;
    height: 7%;
	margin: 4px auto; 
	padding: 0px;
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 5px;
}