h2 {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.4em;
    line-height: 2.8em;
}

.login-box {
    background-color: white;
    max-width: 340px;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 50px rgba(0,0,0,0.4);
    text-align: center;
}

h1#title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 3.2em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin: 0 auto;
    padding-top: 0px;
    max-width: 300px;
    text-align: center;
    position: relative;
    top: 0px;
}

.button {
    margin-top: 0px;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.7em;
    letter-spacing: 1px;
    background-color: #1770aa;
    cursor: pointer;
    outline: none;
}

    .button:hover {
        opacity: 0.7;
        transition: 0.5s;
        color: white;
    }

.login-box .box-header {
    background-color: #1770aa;
    margin-top: 0;
    border-radius: 5px 5px 0 0;
}
.navbar {
    
    margin-bottom: 0px;
   
}

.TxtLogin {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: .9em;
    color: #888; 
}

.title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 2.2em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin: 0 auto;
    padding-top: 0px;
    max-width: 600px;
    text-align: center;
    position: relative;
    top: 0px;
}