You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
521 B

#frm-reset{
position:absolute;
right: 0;
}
#frm-reset input{
background: #0082b5;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow:none;
width: 500px;
display: block;
height: 30%;
}
#content{
min-height:88vh;
}
footer{
position: relative;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
min-height: 12vh;
border : double;
}