@import url("nav.css");

.btn-download-lg{
  border-radius: 24px;
  width: 200px;
  height: 48px;
  color: white;
  background-color: darkorange;
  text-align: center;
  font-size: 20px;
  border: none;
}

.btn-download-md, .btn-download-lg{
  color: white;
  background-color: darkorange;
  text-align: center;
  border: none;
}

.btn-download-md:hover, .btn-download-lg:hover{
  color : white;
  background-color: green !important;
  corser:pointer;
}


.btn-download-md:focus, .btn-download-lg:focus{
  color: white;
  background-color: darkorange;
  text-align: center;
  border: none;
}


.btn-download-md{
  border-radius: 16px;
  width: 200px;
  height: 32px;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left:5px;
}

.btn-download-lg{
  border-radius: 24px;
  width: 200px;
  height: 48px;
  font-size: 20px;
  text-align : center;

}

.body-style{
  background: #ffffff;
  min-height: 100%;
  height : auto;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
.content-style{
  width: 100%;
  margin : 0 auto;
  margin-top: 20px;
  padding-bottom : 65px;
}


#footer {
    left : 0;
    bottom: 0;
    width : 100%;
    height: 65px;

    position: absolute;
    text-align: center;
}


#footer p {
   color: rgba(238, 255, 225, 0.5);
   line-height : 64px;
   margin-bottom : 0px !important;
}

#footer-line {
    text-align: center;
    width: 100%;
    height: 1px;
    background-color: rgba(238, 255, 225, 0.3);
}


.file-input{
    position : relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;

}


.file-input:hover{
    color : white;
    background-color: green !important;
    text-decoration: none;
}

.file-input input{
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
    opacity : 0;
    filter : alpha(opacity=0);
}

.signid-id{
    color : white;
    
}

.center-hv{
    position : absolute;
    margin  : auto;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
    
}


#main-row{
    height : 600px;
}