.alertaold {
    width: 100%;
    font-family: 'Poppins';
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.alertaold a {
    font-weight: 500;
    text-decoration: underline;
}

.inforold {
    background: rgba(45, 112, 145, .8);
    border-bottom: 1px solid rgba(45, 112, 145);
    border-top: 1px solid rgba(45, 112, 145);
}

.errorold {
    background: rgba(216, 80, 48, .8);
    border-bottom: 1px solid rgba(216, 80, 48);
    border-top: 1px solid rgba(216, 80, 48);
}

.sucessoold {
    background: rgba(101, 159, 19, .8);
    border-bottom: 1px solid rgba(101, 159, 19);
    border-top: 1px solid rgba(101, 159, 19);
}

.doacaoold {
    background: url('../img/bonus.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    height: 60px;
    line-height: 40px;
    border-radius: 5px;
    text-shadow: 2px 2px #383838;
    font-size: 17px;
}

.detalhesloginold {
    display: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Ubuntu Condensed';
}

#detalhesloginold {
    text-align: right;
}

.cata {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 6px 25px;
    margin-right: 10px;
}

.cata.vermelho {
    background: #ff205f;
}

.cata.verde {
    background: #4eae60;
}

.cata.roxo {
    background: #694eae;
}

.cata.azul {
    background: #40abf5;
}

.gerar_convite {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: rgba(8, 8, 8, 0.70);
    background: rgba(8, 8, 8, 0.70);
}

.radio-image {
    padding: 5px;
    width: 180px;
    height: 60px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
    -moz-box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
    box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
    border-radius: 5px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.radio-hidden:checked~.radio-image {
    opacity: 0.3;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.radio-hidden {
    position: absolute;
    visibility: hidden;
}

.radio-container {
    margin: 10px;
}

.radio-image:hover {
    opacity: 0.3;
}

.radio-image2 {
    padding: 5px;
    width: 172px;
    height: 62px;
    border-radius: 5px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.radio-hidden2:checked~.radio-image2 {
    border: 1px solid #26d76b;
}

.radio-hidden2 {
    position: absolute;
    visibility: hidden;
}

.radio-container2 {
    margin: 10px;
}
