.container-template {
    position: relative;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #000;
    background-size: cover;
    transition: background 1s linear;
}

.videos {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.vote-content {
    z-index: 2;
}

.voto-body {
    display: flex;
    flex-direction: column;
    font-size: 24px;
}

.row-m {
    display: flex;
    align-items: center;
}

.center {
    justify-content: center;
}

.field {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.value {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

.candidate-id {
    padding: 5px 35px 5px 10px;
    width: 65px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cpf {
    padding:5px 35px 5px 10px;
    width: 194px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button {
    margin-top: 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.vote-save {
    width: 110px;
    height: auto;
}

.vote-save-click  {
    animation: rotate 1s infinite;
    width: 110px;
    height: auto;
}

input {
    font-size: 20px !important;
}

.no-campaign {
    font-size: 35px;
}

.wait-next {
    width: 250px;
    text-align: center;
}

.signup-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 20px;
    color: #ff4d00 !important;
}