﻿main {
    max-width:1000px;
}


#profile-block {
    display:none;
}

#resend-container {
    display: flex;
    gap:.5em;
}

#resend-header {
    margin-bottom: 1.5em;
}

#resend-button {
    width: 100%;
    margin: 1.5em 0;
    background-color: #062C51;
    color:white;
}

#resend-block {
    margin: 0 .25em;
    width: 50%;
}

#validation-results {
    margin-bottom:1em;
    padding:.5em;
    background-color:rgb(128, 0, 0);
    color:white;
    border-radius:5px;
/*    border:2px solid red;*/

}

#validation-results div {
    text-align:center;
    font-weight:bold;
    
}
    #validation-results li {
        padding-top:.25em;
    }

    #validation-results li:before {
        content:"*";
    }