*{
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    border: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
           -box-sizing: border-box;
}

@media only screen and (max-device-width: 900px) {
    #conteudo-view { width:100%!important; }
    img{width: 500px;}
    h3, p{
        font-size: 2em!important;
    }
    form label input,
    form input[type="submit"]{
        height: 100px!important;
        width: 100%!important;
        font-size: 2em!important;
    }
    .conteudo-info { display: none!important; }
}

div.conteudo-info{
    position: absolute;
    width: calc(100% - 400px);
    height: 100%;
    text-align: center;
	background: url(../img/bg.png);
}

div.conteudo-info img{
    width: auto;
    height: 100%;
    padding: 40px;
}

section#conteudo-view{
    position: absolute;
    right: 0;
    padding: 20px;
    float: right;
    width: 400px;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
    background-color:#f3f3f3;
}

section#conteudo-view h1{
    float: left;
    width: 100%;
    font: 3em 'Fredoka One', cursive;
    margin-top: 50px;
    color: rgb(0, 70, 95);
}

section#conteudo-view h3,
section#conteudo-view form p {
    margin-top: -5px;
    float: left;
    width: 100%;
    font: .8em 'Fredoka One', cursive;
    color: rgb(0, 70, 95);
}

section#conteudo-view form,
section#conteudo-view form label{
    float: left;
    width: 90%;
    margin-bottom: 10px;
}

section#conteudo-view form{
    margin-top: 80px;
}

section#conteudo-view form p{
    margin-left: 10px;
    font-size: 1em;
}

section#conteudo-view form p small{
    color:rgb(0, 70, 95);
    font-size: 0.8em;
}

section#conteudo-view form input[type="submit"],
section#conteudo-view form label input{
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
    color: rgb(0, 70, 95);
    font: 1em 'Arial';
}

section#conteudo-view form input[type="password"]{
    margin-top: -10px;
}

section#conteudo-view form input[type="submit"]{
    width: 60%;
    float: left;
    background-color:sandybrown;
    text-align: center;
    font: 1em 'Fredoka One', cursive;
    color:  #f3f3f3;
}

