.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(217, 217, 217);
}

#log {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 74px;
    clear: none;
    width: 500px;
    margin-right: auto;
    background-color: rgb(252, 250, 250);
    -webkit-box-shadow: rgb(197, 197, 197) 0px 3px 3px 0px;
    box-shadow: rgb(197, 197, 197) 0px 3px 3px 0px;
}

#image {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#box {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#text {
    float: none;
    font-size: 20px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: 800;
    line-height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
}

#box1 {
    float: none;
    height: 25px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#box2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 50%;
    margin-right: auto;
    background-color: rgb(7, 6, 6);
}

#text1 {
    float: none;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 800;
    line-height: 16px;
    margin: 11px auto;
    clear: none;
    min-height: 0px;
    color: rgb(252, 250, 250);
    display: block;
}

#box3 {
    float: none;
    height: 15px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100.000001%;
    margin-right: auto;
    display: block;
}

#box4 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 50%;
    margin-right: auto;
    display: block;
    background-color: rgb(7, 6, 6);
}

#text2 {
    float: none;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 800;
    line-height: 16px;
    margin: 11px auto;
    clear: none;
    min-height: 0px;
    color: rgb(252, 250, 250);
    display: block;
}

#box5 {
    float: none;
    height: 40px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100.000001%;
    display: block;
    margin-right: auto;
}

@media only screen and (max-width: 500px) {
    #log {
        width: 85%;
    }

    #box2 {
        width: 80%;
    }

    #box4 {
        width: 80%;
    }
}

