@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');

*:focus {
    outline: none;
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.hidden{
    display: none;
}.shown{
    display: inherit; 
}
.navbar-brand {
    color: #24AAE1 !important;
}

input,
button {
    border: none;
    outline: none;
    background: none;
}

.cont {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;

}

label {
    display: block;
    width: 260px;
    margin: 25px auto 0;
    text-align: center;
}

label span {
    font-size: 14px;
    font-weight: 600;
    color: #505f75;
    text-transform: uppercase;
}

input {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(109, 93, 93, 0.4);
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

#entrar-btn{
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid #24AAE1;
    padding: 8px 20px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
}#entrar-btn:hover{
    background-color: #24AAE1;
    color: white;
}

#notFound-btn{
    width: 80%;
    margin: 0 auto;
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid #e12424;
    padding: 8px 20px;
    border-radius: 8px;
}

@media (min-width: 520px) {
    label{
        display: block !important;
    }
  }