p{
    margin: 0em !important;
    padding: 0em !important;
    margin-bottom: 0.3em !important;
}

*{
    font-size: 97.3% ;
}

.logo{
    width: 10em;
    height: 10em;
}

.logo-container{
    width: fit-content !important;
}

.void{
    width: 14.5em;
}

.row{
    margin: auto !important;
}

.exam-title{
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    background-color: #eeeeee;
}

.message{
    background-color: #99dd99aa;
}

.submit{
    background-color: #28a745;
    border: 1px solid #28a745;
    border-radius: 0.2em !important;
}

.label-access{
    background-color: #dddddddd;
}

.label-access-border{
    border: 1px solid #767676;
}

.input-access-border{
    border: 0px !important;
    border-left: 1px solid #767676 !important;
}

#code:focus{
    outline: none;
}
