*{
  outline: 0 px solid red;
}

html{
  height:100%;
}
body{
    min-height:100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: auto;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
/*For the logo*/
#logo{
    max-width: 100%;
  }
#logo img{
    width: 100%;
}
/* For the navigation bar*/
#top-nav{
    border: 0px solid red;
    width: 100%;
    display: inline-block;
}
#top-ul{
    border: 1px solid green;
    padding: 0;
    margin: 0 5%;
    text-align: center;
}

.hoverTop{
border-color: lightgreen;
border-left: 5px;
border-bottom: 5px;
border-right: 5px;


}

#top-ul li{
      display: inline-block;
}
#top-ul a{
    color: green;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 2.5vw;  
    padding: 30px 40px;
}
#top-ul a:hover{

  color: rgb(187, 121, 0);
}
/*For the main form*/
#mainForm{
    height: auto;
    width: 100%;
}

/*For the title bar*/
.titleBar {
    width: 100%;
    height: auto; 
    text-align: center; 
}
.title {
    border: 0px solid red;
    width: 100%;
    color: black;
    text-align: center;
    font-family: Arial;
}

/*For the title description bar */
.description{
    border: 0px solid red;
    width: 100%;
    font-weight: lighter;
    color: black;
    text-align: center;
    font-family: Arial;
}


/*For the form */
#panel{
    border: 0px solid red;
    width: 100%;
    height: 600px;
  }

#panelLog{
    border: 0px solid red;
    width: 100%;
    height: 60vh;
}

.login{
  
  position:absolute;
  top:0;
  left:0;
  display: none;
  width: 100%;
}
.formContainer {
    margin: 40px 20%;
    border-radius: 5px;
    padding: 20px;
    position: relative;


}
h2{
    font-family: Arial;
    color: red;
    font-size: 30px;
}
#cards img{
    position: absolute;
    margin: 180px 0 0 -190px;
    width:300px;
    height:300px;
    z-index: 100;
}
form{
    box-shadow: 0 0 10px 6px gray;
}
input[type=text],[type=password],[type=checkbox],select {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
label {
    font-family: Arial;
    float: right;
    padding: 12px 12px 12px 0;
    display: inline-block;
}
.col-right {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-left {
  float: left;
  width: 75%;
  margin-top: 6px;
}
#month,#day,#year{
    width: 20%;
}
#cbLabel{
    padding: 0;
    float: left;
}
input[type=checkbox]{
    float: right;
    width: 10%;
}
input[type=submit] {
  background-color: red;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.logMessage{
  margin: 5px 20px;
  font-size:20px;
  color:#006400;
  text-align: center;
  
}
.regMessage{
  margin: 10px 12px;
  font-size:20px;
  color:#006400;
  text-align: center;
}
/* Clear floats after the columns ----*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* For the footer */
#footer{
    margin-top: auto;
    border-top: 1px solid black;
    display: bottom;
    background-color: rgb(0, 82, 54);
    clear: both;
    position: bottom;
    width: 100%;
    text-align: center;
    
}
.container{
    text-align: center;
    width: 100%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
}
.footer-col{
    border: 0px solid yellow;
    padding-bottom: 1%;
    width: 24%;
}
.footer-col h4{
    border: 0px solid red;
    font-family: calibri;
    font-size: 2em;
    color: white;
    margin-bottom:10px;
    position: relative;
}
#footer ul{
    list-style: none;
    padding: 0;
}
.footer-col ul li{
      list-style: none;
    border: 0px solid red;
}
.footer-col ul li a{
      text-decoration: none;
      font-size: 2em;
      text-decoration: none;
      font-weight: 300;
      color: white;
      display: block;
    transition: all 0.3s ease;
    list-style: none;
    font-family: calibri;
}


/* Screen Responsiveness*/
  

@media  only screen  and (max-width: 720px){
  
#top-ul{
    border: 1px solid green;
    padding: 2px;
    margin: 0 3px;
    text-align: center;


}

.footer-col{
    border: 0px solid yellow;
    padding-bottom: 2%;
    width: 50%;
}

.formContainer {
    margin: 20px 5%;
    border-radius: 5px;
    padding: 20px;
}

.col-right {
  float: left;
  width: 20%;
  margin-top: 10px;
}

#cards img{
  display:none;
}

label {
    font-family: Arial;
    float: right;
    padding: 15px 12px 12px 0;
    display: inline-block;
    font-size: 12px;
}
#cbLabel{
    padding: 2px;
    float: left;
    font-size: 20px;
}
.message{
  margin: 10% 12px;
  font-size:20px;
  color:#006400;
}


input[type=checkbox]{
    float: right;
    width: 50%;
}

}
