html,
body {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 300;
}

.hero.is-success {
    /* background: #00a773; */
}

.hero .nav,
.hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.image {
    margin: 50px auto 15px auto;
    /* margin-top: 35px; */
    width: 65%;
}

input {
    font-weight: 300;
}

p {
    font-weight: 700;
}

#user {
    border: 2px solid #00b586;
}

#pass {
    border: 2px solid #00b586;
}

.body-new-site {
    background: url('../images/bg_ponc-min.png');
    /* background-position: top; */
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-15 {
    margin-top: 15px;
}

.title-login {
    color: #00b586;
    font-weight: bold;
}

.box-login {
    box-shadow: 0px 10px 25px 0px !important;
    width: 80%;
    margin: 0 auto;
}

.btn-login {
    background-color: #00b586 !important;
    font-weight: bold;
}

.btn-login:hover {
    background-color: #00c08d !important;
}

.welcome {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
}

.not-cadastro {
    color: #999999;
    font-weight: 600;
    font-size: 12px;
}

a:link {
    color: #00b586;
    font-weight: 600;
    font-size: 12px;
}

a:link:hover {
    color: #00c08d;
}

a:visited {
    color: #00b586;
    font-weight: 600;
    font-size: 12px;
}

a:visited:hover {
    color: #00c08d;
}

input,
select {
    color: #a0a0a0 !important;
    font-weight: 700;
    font-size: 14px !important;
    opacity: 1;
    height: 45px !important;
}

#togglePassword {
    margin-left: -30px;
    cursor: pointer;
    z-index: 99;
}

.pass-input {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}