body{
    background: fixed rgb(183, 220, 199);
    font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label{
    align-self: center;
    margin-top: .5rem;
    font-size: 18px;
    font-weight: 600;
    font-family: "OpenSans", Arial, sans-serif;
    line-height: 1.42857;
}

a{
    font-size: 10px;
}

p{
    line-height: 50px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.input{
    align-self: center;
    display: block;
    height: 34px;
    padding: 6px 12px;
    margin: .5rem;
    width: 100%;

    font-family: "OpenSans", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.button_login{
    background-color:  #31872E;
    border: 1px solid #31872E;
    color: #ffffff;
    line-height: 19px;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    height: 2.4rem;
   
}

.button_mudar_senha{
    background-color:  #31872E;
    border: 1px solid #31872E;
    color: #ffffff;
    line-height: 19px;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    height: 2.3rem;
    margin-left: 2rem;
   
    text-decoration: none;
}

.button_mudar_senha a {
    text-decoration: none;
}

.paper {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 45px;
    position: relative;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}


.container{
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 10%;
    background-color: white;
    margin-inline: auto;
    max-width: 32rem;
}

.container-head{
    background-color: #31872E;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
}

.container-bottom{
    flex: 1;
    flex-flow:row nowrap;
    padding-top: 1rem;
    justify-content: center;
}

.img_container{
    margin-bottom: 1rem;
}

.img_smads{
    height: 6rem;
    width: 12rem;
    margin-top: 1rem;
    padding-left: 1rem;
}

.img_smit{
    height: 5.5rem;
    width: 12rem;
    padding-left: 1rem;
}

.link_relatorio{
    padding: 1rem;
    color: black;
    margin-left: 70%;
    order: 3;
}