
html, body {  width:100%; height:100%; margin: 0px auto 0px auto; background:#ffffff; font-size: 1rem; color: #00666d;  } 

h1 {font-family: 'Poppins', sans-serif; color: #00666d; font-size: 3rem; font-weight: 700; letter-spacing: 1px; margin-top: 5px;  margin-bottom: 5px;}
h2 {font-family: 'Poppins', sans-serif; color: #c50101; font-size: 3rem; font-weight: 700; letter-spacing: 1px; margin-top: 5px;  margin-bottom: 5px;}

p {
    /* font-size:15px;
    color: #00666d; */
    margin-bottom:10px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #00666d;
}

a:link {
	color: #00666d;
}
a:visited {
	color: #00666d;
}
a:hover {
	color: #00aa93;
}
a:active {
	color: #00666d;
}

/* /////////////// LOADER ////////////////// */

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 14px solid #fdc600;
    border-radius: 50%;
    border-top: 14px solid #00aa93;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  
/* ////////////////////////////////// */

#wrapper {
    min-height: 100%;
    position: relative;
}
/*  */

#logo-top{
	max-width: 50%;
	padding: 5px 0 0 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    /* border: 1px solid #00666d; */
    animation: 400ms ease 0s normal 1 finHead forwards; 
    -webkit-animation: 400ms ease 0s normal 1 finHead forwards;
    -moz-animation: 400ms ease 0s normal 1 finHead forwards;
    -o-animation: 400ms ease 0s normal 1 finHead forwards;
	z-index:1;
}
@keyframes finHead{
    0% { opacity:0; }
    66% { opacity:0.5; }
    100% { opacity:1; }
}

@-webkit-keyframes finHead{
    0% { opacity:0; }
    66% { opacity:0.5; }
    100% { opacity:1; }
}
@-moz-keyframes finHead{
    0% { opacity:0; }
    66% { opacity:0.5; }
    100% { opacity:1; }
}
@-o-keyframes finHead{
    0% { opacity:0; }
    66% { opacity:0.5; }
    100% { opacity:1; }
}

.responsive {
    max-width: 80%;
    height: auto;
}

/*  */

.centermessage{
    width: 50%;
    height: auto;
    top:20px;
    left: 0;
    right: 0;
    margin: auto;
    padding:20px;
    padding-bottom: 100px;
    text-align: center;
    /* text-align: justify; */
}

.centererror{
    width: 50%;
    height: auto;
    top:20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding:20px;
    padding-bottom: 100px;
    /* -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;  border-radius:5px;
	border:10px #00aa93 solid; */
}

.secondDiv{
    height:120px;
    width: auto;
}

#logo{
    padding-top: 5px;
	height: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer {
    position:absolute;
    /* margin-top: auto; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    color: white;
    text-align: center;
    background-color: #00aa93;
}

.txtfooter{
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}


@media only screen and (max-width: 600px) {

    #logo-top{
        max-width: 100%;
        text-align: center;
        padding: 5px 20px 0 15px;
        z-index:1;
    }

    .centermessage{
        width: 80%;
        height: auto;
        top:20px;
        left: 5px;
        right: 5px;
        margin: auto;
        padding:20px;
        padding-bottom: 100px;
        text-align: center;
        /* text-align: justify; */
    }

    .centererror{
        width: 80%;
        height: auto;
        top:20px;
        left: 5px;
        right: 5px;
        margin: auto;
        padding:20px;
        padding-bottom: 100px;
        /* -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;  border-radius:5px;
        border:5px #fec700 solid; */
    }
    

} 
