﻿.form-login {
    border-radius: 5px;
    background-color: white;
    max-width: 500px;
    margin: 3rem auto;
    border: 1px solid #888;
}

.login-title {
    font-size: 2em;
    background-color: #ff9508;
    color: white;
    text-align: center;
    border-bottom: 1px solid grey;
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    width: 80%;
    margin: 30px auto;
}

.form-login li a {
    text-decoration: none;
    padding: 5px;
    font-size: 1.2em;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.form-login a {
    color: black;
}

.form-login .active a {
    border: 2px solid black;
    border-radius: 25px;
    font-weight: 700;
}

.tab-content {
    padding: 15px;
    margin-top: 80px;
}

.tab-content > div:last-child {
    display: none;
}

input[type=text], input[type=password], #countryId {
    width: 100%;
    padding: 12px 20px;
    margin: 5px 0 25px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.button {
    background-color: #ff9508;
    border: 1px solid grey;
    color: #fff !important;
    text-align: center;
    font-size: 1.4em;
    min-width: 200px;
    display: inline-block;
    font-family: 'gilroy', sans-serif;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 5px 5px;
    margin: 10px 0;
    width: 100%;
}

.button:hover {
    opacity: 0.8;
}

.submit-player-button {
    background-color: #3993f5;
    border: 1px solid grey;
    color: #fff !important;
    text-align: center;
    font-size: 1.4em;
    min-width: 200px;
    display: inline-block;
    font-family: 'gilroy', sans-serif;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 5px 5px;
    margin: 10px 0;
    width: 100%;
}

.submit-player-button:hover {
    opacity: 0.8;
}

#cookieNotice {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
}

#cookieNotice .cookie-consent-container {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: -100px auto 0;
    background: #fff;
    padding: 20px;
    max-width: 500px;
}