
.btn-blue {
    background: #3d13ea;
    color: #fff;
    border-radius: 0;
    padding: 5px 50px;
    font-size: 18px;
    border-radius: 30px;
    margin: 0;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
}

.btn-blue:hover {
    text-decoration: none;
    color: #fff;
    background: #4206b1;
}

.btn-blue.disabled {
    pointer-events: none;
}

.section-bottom-hero .btn-blue {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
    background: #3d13ea;
    max-width: 00px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.error-message.hide {
    display: none;
}
/* Sign In Page */

#sign-in-page {
    min-height: 100vh;
    background: url(../images/Sign-In-Page-Background.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
}

.left-sign-in-section {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-message {
    color: red !important;
    position: absolute;
}

.right-sign-in-section {
    text-align: center;
    padding: 30px 35px 60px;
    color: #000;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    
}
.left-sign-in-section h3,
.left-sign-in-section h4,
.left-sign-in-section {
    color: #fff
}

.logos-header {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.logos-header a:first-child img {
    max-height: 22px
}

.logos-header img {
    max-width: 150px;
}

.header-index .logos-header {
    margin: 0;
}

.header-index .logos-header img {
    max-width: 180px;
}

.right-sign-in-section p {
    font-size: 24px;
    margin: 0 0 20px;
}

.right-sign-in-section a {
    display: table;
    background: #003FFD;
    color: #fff;
    border-radius: 0;
    padding: 10px 50px;
    max-width: 280px;
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
}

.right-sign-in-section a:hover {
    text-decoration: none;
    color: #fff;
    background: #497dfc;
}

.bottom-section-sign-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 20vh;
}

.bottom-section-sign-in a:nth-child(1) img {
    max-height: 25px;
}

.bottom-section-sign-in a:nth-child(2) img {
    max-height: 35px;
}

.bottom-section-sign-in a:nth-child(3) img {
    max-height: 30px;
}

.bottom-section-sign-in img {
    max-width: 100%;
    max-height: 35px;
    text-align: center;
}

.bottom-section-sign-in a {
    margin: 20px;
    flex-grow: 1;
    width: calc(100% * (1/4) - 41px);
    text-align: center;
}

.fadeInLeft,
.fadeInRight {
    animation-duration: 1s;
}

.department {
    -webkit-appearance: none;
    border-radius: 0;
    height: 48px;
    border: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 12px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.form-group select,
.form-group input[type="text"] {
    width: 100%;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    border: 0;
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px;
}

.wrapper-other input {
    margin-top: 10px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 99999999999999999999999999;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    top: 50px;
    max-width: 1000px;
    background: transparent;
    width: 1000%;
}

.modal-dialog video {
    width: 100%;
    background: transparent;
}

.modal-content,
.modal-body {
    padding: 0;
    background: transparent;
}

.modal.fade {
    display: none;
}

.arrow-down {
    margin: 0 auto 0;
    display: table;
    cursor: pointer;
}

.arrow-down img {
    max-width: 70px;
}

#vote_modal .modal-body {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 30px 10px;
    border-radius: 30px;
    box-shadow: -8px 10px 25px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

#modal_ready_to_play .modal-body {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 30px 10px;
    border-radius: 30px;
    box-shadow: -8px 10px 25px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

#modal_ready_to_play p {
    display: flex;
    align-items: center;
}

#modal_ready_to_play h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #4206b1;
    margin: 0 0 20px;
    display: block;
}

#modal_ready_to_play p a {
    background: #4206B1;
    margin: 0 10px 0 0;
    border-radius: 20px;
    width: 200px;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

#modal_ready_to_play p a:hover {
    background: #3d13ea;
    transition: .25s all;
    text-decoration: none;
}

.form-line {
    position: relative;
    margin: 0 0 35px;
}

.form-line textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-line p {
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 16px;
}

.content-form-line span {
    line-height: 1;
    text-transform: uppercase;
}

.content-form-line label {
    margin: 0 5px;
    width: 56px;
    height: 56px;
    display: inline-block;
}

.content-form-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.form-line input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.form-line input[type=radio]+img.customicon {
    cursor: pointer;
}

.form-line img.customselected {
    display: none;
}

.form-line input[type=radio]:checked+img.customicon {
    display: none;
}

.form-line input[type=radio]:checked~img.customselected {
    display: block;
}

.close-vote_modal {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ccc;
    cursor: pointer;
    font-size: 30px;
}

.right-sign-in-section{
    position: absolutea;
    left:50%;
    left:50%;

}

#form-area{
    font-family: Montserrat;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

input{
    outline: none;
}

#form-area h2{
    color: blue;
    text-align: left;
}