.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

fieldset legend, .am-info{
    display: none;
}
.am-body{
    background: white;
}
.am-layout{
    background: white;
}
.am-header, .am-footer .am-footer-content-wrapper{
    background: #337ab7;
}
.am-body .am-body-content-wrapper{
    padding-top: 0;
}
.am-main{
    text-align: center;
    max-width: 100%;
}
.am-header{
    max-height: 50px;
    position: relative;
    z-index: 2;
}
.am-header .am-header-content-wrapper{
    background:none;
}

.am-header .am-header-content{
    padding: 0;
}

.am-header-content-logo{
    max-height: 50px;
}
.am-header .am-header-content .am-header-content-logo{
    margin-right: 0;
    margin-left: 2em;
}

.am-body .am-body-content-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}
.am-form{
    font-size: 13px;
    line-height: 16px;
}
.am-footer{
    position: relative;
    z-index: 2;
}

am-footer-content{
    text-align: center !important;
    margin: 0 auto;
}

.am-signup-link{
    margin-bottom: 20px;
}

form > .comment{
    display: none;
}

form > .comment:last-child{
    display: block;
}

/*CREATIVE,ETC*/
@font-face {
    font-family: YiBaiti;
    src: url("/application/default/themes/bearchive/public/css/fonts/Microsoft Yi Baiti.ttf");
}

/*SIGNUPFORM*/
@font-face {
    font-family: Hamster;
    src: url("/application/default/themes/bearchive/public/css/fonts/Hamster.otf");
}

/*BE*/
@font-face {
    font-family: Kankin;
    src: url("/application/default/themes/bearchive/public/css/fonts/KankinRegular.otf");
}


h1, h2{
    font-family: Kankin !important;
    font-size: 30px !important;
    margin-bottom:0 !important;
}
.am-body-content h1{
    font-family: Hamster !important;
    font-size: 30px !important;
    color: deeppink;
}
h2{
    font-size: 50px !important;
    font-weight: inherit !important;
}
.azul{
    color: #0085ba;;
}

#left_picture img{
    width: inherit;
    position: fixed;
    z-index: 0;
    margin-top: -120px;
}

#be{
    float: left;
    max-width: 60px;
    margin-right: 10px;
}

#titulo{
    margin-top: 20px;
}

#titulo h1{
    float: right;
    position: absolute;
    bottom: 0;
    left: 80px;
}

@media (max-width: 405px) {
    #titulo h1{
        line-height:0.7;
    }
}

@media (max-width: 768px) {
    .am-footer {
        height: 80px;
    }
}

