html
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: "Open Sans","Helvetica Neue","Helvetica","Arial","sans-serif";
    /*background: #F3F3F3;*/
    background: #373D6A;
    /*background: url("../images/fondo/banner-04.jpg");*/
    /*background: url("../images/fondo/fondo.png");*/
    color: #555;
    /*background: linear-gradient(360deg, #fff, #072615);
    height: auto;*/
}
.container .jumbotron
{
    padding-right: 2%;
    padding-left: 2%;
}
.navbar-fixed-top
{
    background: #94B86E;
}
.logo-nav
{
    padding: 10%;
    padding-bottom: 0;
}
#containerLogin
{
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 90px;
    padding-right: 15px;*/
}
.boxlogin
{
    position: relative;
    /* width: 360px; */
    /*margin: 2px auto;*/
    /*padding: 20px 40px 40px;*/
    /*background: #fff;*/
    border: 1px solid #ccc;
    color: #555;
}
#moduleLogin
{
    font-size: 12px;
    color: #4181AF;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eee;
    float: left;
    width:465px;
    height:294px;
    /*margin-right: 34px;*/
    margin: 2px 30px 2px 2px;
}
.loader
{
    background: url("../images/loader.gif") no-repeat center;
    margin: 10px auto;
    text-align: center;
    height: 32px;
}
.footer
{
    /*position: fixed;*/
    width: 100%;
    /*margin: 0;
    bottom: 0;
    display: block;*/
}
    
/*@media screen and (min-width: 320px)
{
   /* .footer
    {
        display: none;
    }*/
    /*.container .jumbotron
    {
        padding-right: 6%;
        padding-left: 6%;
    }*/
/*}*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .container .jumbotron
    {
        padding-right: 6%;
        padding-left: 6%;
    }
}
.social-login{
    /*width:390px;*/
    margin:0 auto;
    text-align: center;
    margin-bottom: 14px;
}
.social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

.btn-blue, .btn-primary{
    background-color: #1891d5 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px !important;
    height: 39px !important;
    line-height: 36px !important;
    min-width: 90px !important;
    margin: 2px !important;
    overflow: hidden;
    padding: 0 12px !important;
    border-radius: 4px !important;
}

.btn-blue:hover{
    color: #fff !important;
    background-color: #0972ac !important;
}


.btn-secondary, .btn-secondary:focus {
    background-color: #f7f7f7 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: none;
    color: #1891d5 !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px !important;
    height: 39px;
    line-height: 36px;
    min-width: 40px;
    margin: 2px;
    overflow: hidden;
    padding: 0 12px;
}

.btn-secondary:hover{
    color: #1891d5 !important;
    background-color: #ddd !important;
    border: 1px solid #ddd !important;
}

.custom-select {
    height: 34px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

.canvas {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998000;
    opacity: 1;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
    top:0;
}


