/* WTOC Style CSS (Main) */

body {
    margin: 0;
    line-height: inherit;
    overflow-x: hidden;
    flex-direction: column;
    max-width: 100%;
    display: flex;
    font-family: "Fira Sans", serif;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

header {
    padding-top: 5px; 
    padding-bottom: 5px; 
    background-color: rgb(241, 245, 249);
}

.BlueButton {
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    color: #545454;
    background-color: transparent;
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 65px;
    height: 25px;
    cursor: pointer;
    font-style: normal;
}
.BlueButton:hover {
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: rgb(47 113 212);
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 65px;
    height: 25px;
    cursor: pointer;
}
.BlueButton-ACTIVE {
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: rgb(47 113 212);
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 65px;
    height: 25px;
    font-style: normal;
}

.GreyButton {
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    color: #000000;
    border: 1px solid #000;
    background-color: #d3d3d3;
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 100px;
    height: 25px;
    cursor: pointer;
    font-style: normal;
}
.GreyButton:hover {
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    border: 1px solid #000;
    background-color: rgb(192, 192, 192);
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 65px;
    height: 25px;
    cursor: pointer;
}


.wTOC-Logo-Main {
    width: 150px;
    height: auto;
    padding-right: 15px;
}

.login-DIV {
    background-color: #fff; 
    border: 1px solid #000;
    border-radius: 10px;
    width: 500px; 
    height: 600px;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 35px;
    
}

.login-DIV-Logo {
    display: flex;
    background-color: #f3f3f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100px;
    align-items: center;
    align-content: center;
    padding: 20px;
}

.GreenAlertLogin {
    width: 350px; 
    height: 100px; 
    background-color: #239f213d; 
    border: 1px solid #ffffff;
    border-radius: 5px;
    align-content: center; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.RedAlertLogin {
    width: 350px; 
    height: 50px; 
    background-color: #9f21213d; 
    border: 1px solid #ffffff;
    border-radius: 5px;
    align-content: center; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.discord-button {
    display: flex;
    background-color: #5865F2;
    color: #FFFFFF;
    border: 1px solid #5865F2; 
    border-radius: 5px; 
    margin: auto;
    width: 300px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}

.discord-button:hover {
    display: flex;
    background-color: #3743c5;
    color: #FFFFFF;
    border: 1px solid #5865F2; 
    border-radius: 5px; 
    margin: auto;
    width: 300px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}