﻿main {
    max-width:1000px;
}

nav {
    display: none !important;
}

#profile-block {
    display:none;
}

#login-container {
    display: flex;
    gap:.5em;
}

#login-header {
    margin-bottom: 1.5em;
}

#login-button {
    width: 100%;
    margin: 1.5em 0;
    background-color: #062C51;
    color:white;
}

#register {
    text-align:center;
    margin-bottom: 2em;
}

#opportunities div {
    background-color: #eee;
    border: 2px solid #062C51;
    color: #062C51;
    padding: .5em;
    border-radius: .375rem;
}

#login-block {
    margin: 0 .25em;
    width: 40%;
}

#cpe-bg {
    margin: 0 .25em;
    display: flex;
    background: url('images/CPE_BG.png');
    background-position: center;
    background-size: cover;
    color: white;
    border: 2px solid #062C51;
    padding: 1em;
    border-radius: 6px;
    width:60%;
}

#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:"*";
    }

.irc-contact-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 4vh;
    font-size: 1.5vh;
}

.irc-text {
    width: fit-content;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    justify-content: flex-start;
    border-top: 1px solid white;
    padding-top: 1vh;
    font-weight: bold;
}

.irc-email {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: .5em;
    align-items: center;
}

    .irc-email > img {
        width: 1em;
    }


.irc-phone {
    width: fit-content;
    display: flex;
    align-content: center;
    gap: .5em;
    text-align: center;
    align-items: center;
}

    .irc-phone > img {
        width: 1em;
    }