.clan_plus_nome_clan_plus_div_0_1{
    
    margin-left: 102px;

}


.clan_plus_nome_clan_plus_div_1{
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 400px;
    text-align: center;

}

.clan_plus_nome_clan_plus_div_1_1{
    display: inline-block;
    margin-top: 20px;
    background-color:orange;
    border-radius: 10px 10px 0px 0px;
    width: 80%;
}

.clan_plus_nome_clan_plus_div_1_2{
    background-color:orange;
    border-radius: 0px 0px 10px 10px;
    width: 80%;
}

.clan_plus_nome_clan_plus_div_1_1_1{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #537edc;
    font-size: 12px;
    align-items: center; 
}

.clan_plus_nome_clan_plus_div_1_2_2{

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 10px;
    align-items: center; 
    margin-top:-5px;
}

.clan_plus_nome_clan_plus_div_2{
    text-align: center;
    max-width: 400px;
    width: 100%;
    justify-content: center; 
}




.clan_plus_nome_clan_plus_label_1_0{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #6C89C6;
    
}


.clan_plus_nome_clan_plus_input_1_0{
    border: 0px;
    border-radius: 5px;
    background-color: orange;
    border: 1px solid white;
    margin-top: 5px;
}


.clan_plus_nome_clan_plus_input_1_0:hover{
    background-color: #6C89C6;
}

.clan_plus_nome_clan_plus_input_1_0:focus {
    outline: 2px solid #6C89C6;
    background-color: white;
}

.clan_plus_nome_clan_button_1_0{
    border-radius: 5px;
    margin: 20px 0px 30px 0px;
    background-color: #6C89C6;
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border: none; 
    box-shadow: none;  
    border-top: 5px solid #6C89C6;
    border-bottom: 5px solid #6C89C6;
    border-left: 10px solid #6C89C6;
    border-right: 10px solid #6C89C6;
}

.clan_plus_nome_clan_button_1_0:hover{
    border-radius: 5px;
    margin: 20px 0px 30px 0px;
    background-color: orange;
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    border: none; 
    box-shadow: none;  
    border-top: 5px solid orange;
    border-bottom: 5px solid orange;
    border-left: 10px solid orange;
    border-right: 10px solid orange;
}