section{
    margin-top: 30px;    
}

section .titulos-seccion{
    margin-bottom: 40px;
    color: #36688a;
    font-size: 32px;
    font-weight: 300;
}
section h2.titulos-seccion{
    margin-top: 50px;
}

section h2{
    margin-top: 0;
    margin-bottom: 20px;
}
section #backbox #loginMsg,
section #frontbox #signup{
    display: none;
}

section #content,
section #backbox2{
    position: relative;
}
section #backbox,
section #backbox2{
    padding: 50px 120px;    
    background-color: #36688a;
    color: white;
}
section #backbox{
    min-height: 315px;
}
section #backbox #loginMsg{
    text-align: right;
}
section #backbox #loginMsg .textcontent{
    display: inline-block;    
}
section #backbox #loginMsg .textcontent > *{
    text-align: left;
}
section #backbox .btn{
    padding: 15px 30px;
    border: 1px solid white;
    margin-top: 15px;
    border-radius: 0;
    background-color: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
section #backbox .btn:hover{
    background-color: white;
    color: #36688a;
}


section #frontbox,
section #frontbox2{
    padding: 30px 50px;
    border: 1px solid #36688a;
    background-color: white;
    color: #36688a;
    position: absolute;
    top: -29px;
}

section #frontbox h2,
section #frontbox2 h2{
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

section #frontbox h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section form .form-control{
    margin-bottom: 30px;
}
section #formSignUp .form-control{
    margin-bottom: 0;
}
section form .form-group .form-control::-moz-placeholder{
    color: #36688a;
}
section form .form-group .form-control:-ms-input-placeholder{
    color: #36688a;
}
section form .form-group .form-control::-webkit-input-placeholder {
    color: #36688a;
}
section form .checkbox label{
    font-size: 12px;
    line-height: 18px;
}
section form .btn{
    width: calc(100% - 60px);
}

@media(min-width: 992px){  
    section{
        margin-bottom: 400px;
    }
    section #backbox2,
    section #frontbox2{
        display:none;
    }
    section #frontbox,
    section #frontbox2{
        width: 390px;
        right: 120px;
    }
}
@media(max-width: 991px){     
    section{
        margin-bottom: 100px;
    }    
    section #backbox2{
        min-height: 500px;
    }
    section #frontbox{
        width: 60%;
        right: 20%;
    }
    section #frontbox2{
        width: 80%;
        right: 10%;
    }
    section #frontbox .btn,
    section #frontbox2 .btn{
        max-width: 230px;
    }
}
@media(max-width: 767px){
    section #backbox2{
        min-height: 650px;
    }
    section #frontbox{
        width: 80%;
        right: 10%;
    }
}
@media(max-width: 500px){
    section #frontbox,
    section #frontbox2{
        width:100%;
        padding: 20px;
        right: 0;
    }
}
@media(max-width: 400px){
    section .titulos-seccion{
        font-size: 28px;
    }
    section #frontbox h2,
    section #frontbox2 h2{
        font-size: 22px;
    }
}