html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    font-family: 'Lato', sans-serif;
}

.top-nav {
    display: block;
}

.top-nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6%;
    top: 2%;
}

.top-nav ul li {
    display: inline-block;
    margin-left: 28px;
}

.top-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.top-nav ul li a:hover {
    color: #afafaf;
    transition: 0.15s ease-in;
}

#section-landing {
    background: url('../img/auto2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.wrapper-landing {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 40%;
}

.wrapper-landing h1 {
    font-size: 42px;
    color: #ffffff;
    margin: 0;
    font-weight: 100;
}

.wrapper-landing h2 {
    font-size: 38px;
    color: #f2f2f2;
    opacity: 0.8;
    margin: 0;
    font-weight: 100;
}

.navbar {
    width: 100%;
    height: 70px;
    background-color: #1a1a1a;
    box-shadow: 0px 0px 10px #1a1a1a;
}

.btn-login {
    border: 1px solid #ffffff;
    padding: 6px 24px;
}

.container-login {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 10%;
}

.wrapper-login {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-login input {
    width: 200px;
    height: 26px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 18px;
    display: block;
    position: relative;
    margin: 20px auto;
}

input::placeholder {
    color: #a1a1a1;
    font-size: 14px;
}

.wrapper-login h2 {
    font-size: 40px;
    text-transform: uppercase;
}

#submit {
    width: 200px;
    height: 42px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    margin: 20px 0px 0px 0px;
}

#submit:hover {
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    transition: 0.15s ease-in;
}

.options a {
    color: #006400;
}

.options a:hover {
    color: #000000;
    transition: 0.20s ease-in;
    text-decoration: none;
}

.invalidFeedback {
    color: #ff0000;
    display: block;
}

.emailFeedback {
    margin-top: 30px;
    font-size: 35px;
    color: #229954;
    display: block;
}
/* Error page */
#error-landing {
    background: url('../img/crash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; 
}
.wrapper-error {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 40%;
}
.wrapper-error h1 {
    font-size: 70px;
    font-weight: bolder;
    color: #ffffff;
    margin: 0;
    font-weight: 100;
}
.wrapper-error h2 {
    font-size: 52px;
    color: #f2f2f2;
    margin: 0;
    font-weight: 100;
}
/* view password */
.pwd {
    position: relative;
   
}

.p-viewer {
   
	position: absolute;
 

	top: 10%;
	right: 38%;

}

/* left navigaton in docs 
.left-nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6%;
    top: 2%;
}
*/

.left-nav ul li {
    display: block;
}

.left-nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.left-nav ul li a:hover {
    color: #afafaf;
    transition: 0.15s ease-in;
}

/* admin pages */
.container-admin {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 10%;
}

.wrapper-admin {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-admin input, select {
    width: 300px;
    height: 26px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 18px;
    display: block;
    position: relative;
    margin: 20px auto;
}

/* documents page */
.container-documents {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 3%;
}

.wrapper-documents {
    width: 80%;
    margin: 0 auto;
}

.wrapper-documents input, select {
    /*width: 300px;*/
    /*height: 26px;*/
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 12px;
    /*display: block;*/
    position: relative;
    float: left;
    margin: 0px auto;
}

.wrapper-documents #search {
    font-size: 18px;
    margin-left: 5px;
    border: 1px solid #cccccc;
}

.wrapper-documents form {
    margin-bottom: 15px;
}
