body 
{
    background-color: #b2b3b5;
    font-family: sans-serif;
}

.main 
{
    background-color: #ffffff;
    width: 400px;
    height: 900px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.mc85 
{
    padding-top: 40px;
    color: #0082c4;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

form.generate 
{
    padding-top: 10px;
}

.txt-code
{
    display: -webkit-flex;
    /* align-items: center; */
    justify-content: center;
    /* width: 76%;
    color: rgb(38, 50, 56);
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 20px; */
    margin-top: -15px;
    margin-bottom: -10px;
    font-family: sans-serif;
}

input[type=text]
{
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(0, 131, 196, 0.151);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: sans-serif;
}

input[type=text]:focus
{
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(0, 131, 196, 0.151);
    padding: 10px 20px;
    border: 3px solid #0082c4;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    /* border: 2px solid rgba(0, 0, 0, 0.02); */
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: sans-serif;
}

.submit 
{
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    /* background: linear-gradient(to right, #0000ff, #8080ff); */
    background: #0082c4;
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: sans-serif;
    display: -webkit-flex;
    margin: auto;
    margin-bottom: 10px;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.activation
{
    margin-bottom: 2em;
    font-size: larger;
    display: -webkit-flex;
    justify-content: center;
}

p.hex
{
    text-transform:uppercase;
    font-size: xx-large;
    display: -webkit-flex;
    justify-content: center;
}