/*body{
    background-color: #303641;
    color:#FFFFFF;
}

.container{
    width:250px;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top:30%;
}

.btnLogar{
    left:50%;
    margin-left: 70px;
}

.titulo{
    width:100%;
    text-align: center;
}

.error{
    color: #FF0000;
}

.campo{
    width:100%;
}*/

h2 {
    color: white;
}

.info {
    padding: 2em;
    text-align: justify;
    color: white;
}

.spaceBottom{
    padding-bottom: 10px;
}

.footerBtn{
    justify-content: space-between;
    display: flex;
}

.btnReason{
    width: 92px;
    height: 92px;
    padding: 10px;
    border-radius: 10px 10px;
    background-color: #9999f2;
    margin: 15px;
    cursor: pointer;
    color: black;

    display: grid;
    align-content: center;
    justify-content: center;
    align-items: end;
}

.markPoint {
    display: list-item;
    margin-left: 10px;
}

@media screen and (max-width: 480px){
    .img-box{
        display: none!important;
    }
}