body, html{
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto !important;
    background: #6d7207;
}

h2.sc_item_title{
    font-size: 45px;
    line-height: 45px;
}

.section{
    min-height: 100%;
}

.section .container-fluid{
    height: 100%;
}

.section .container-fluid .row{
    height: 100%;
}

.section .container-fluid .row .col{
    height: 100%;
}

.green{
    color: #A6EC2A !important;
}

.text-pinawaca{
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
}
.sc_form{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100vh;
    flex-direction: column;
    min-height: 600px;
}

.top_panel{
    height: 100%;
    background: url("./../images/pinawaca.jpg") center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-size: cover;
}

.alerts{
    transition: 0.5s all;
    position: fixed;
    right: 0;
    top: 0;
    width: calc( 100% - 20px);
    text-align: center;
    z-index: 999;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    
}

.btn-forget, .btn-return{
    display: inline-block;
    text-decoration: none;
    color: #6bc727;
    padding: 5px 10px;
}

.btn-forget:hover, .btn-return:hover{
    text-decoration: underline;
    color: #6bc727;
}

.alerts div{
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 40px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.alerts .error{
    background: #a92020;
}

.alerts .success{
    background: #6bc727;
}

.trx_addons_columns_wrap{
    margin-right: 0;
}

.trx_addons_column-1{
    padding-right: 0 !important;
}

.sc_form_field_wrap.focus .sc_form_field_content{
    transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1);
    -webkit-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1);
    -ms-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1);
}

.top_panel.dashboard{
    min-height: 350px;
    height: 350px;
}

.logo{
    display: inline-block;
}

.logo img{
    max-width: 350px;
}

.top_panel.dashboard .logo img{
    max-height: 250px;
}

.section.dashboard .container-fluid{
    height: auto;
}

.section.dashboard .container-fluid .row{
    height: auto;
}

.section.dashboard .container-fluid .row .col{
    height: auto;
}

.sc_video{
    min-height: 700px;
}

.just-center{
    display: flex;
    align-items: center;
}

.video-one{
    background-attachment: unset;
    padding-top: 270px;
}

.video-one__btn{
    text-decoration: none;
}

.footer{
    background: #A6EC2A ;
    padding: 15px 0;
}

.footer ul{
    display: inline-block;
}

.footer ul li{
    display: inline-block;
}

.footer ul li a{
    font-family: "Lato",sans-serif;
    color: #fff;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.footer ul li a span{
    font-family: "Lato",sans-serif;
}

.footer ul li a:before{
    content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 50%; 
  margin-top: -5px;
  width: 0;
  height: 11px;
  border-left: 1px dotted #fff;
}

@media(max-width: 1600px)
{
    h2.sc_item_title{
        font-size: 34px;
        line-height: 44px;
    }

    .footer ul li a{
        padding: 0.5em 1em;
    }
}


.fadeOut{
    opacity: 0;
}

.no-fade{
    opacity: 1 !important;
}
.sc_form_form{
    margin-top: 4em;
    max-width: 350px;
    width: 100%;
}

.right-panel{
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7679446778711485) 100%);
    position: absolute;
}
@media(max-width: 992px)
{
    h2.sc_item_title{
        font-size: 26px;
        line-height: 34px;
    }
 
    .btn-pinawaca{
        width: 100%;
    }

    .right-panel{
        position: relative;
        background: none;
    }
}


.sc_item_title{
    font-family: "Playfair Display";
    color: #fff;
}

.btn{
    border-radius: 3px;
    padding: 15px 35px;
    border: 2px solid #fff;
    font-family: "Playfair Display";
    color: #fff;
    background: transparent;

}

@media(max-width: 992px)
{
    .btn{
        font-family: "Playfair Display";
        color: #fff;
        background: #6d7207;
    
    }
}

.btn:hover{
    background: #fff;
    color: #6d7207;
}

.btn:hover svg path{
    fill: #6d7207;
}

@media(max-width: 768px)
{
    .top_panel{
        background-image: url("./../images/pinawaca.jpg");
        height: 450px;
    }

    .sc_form{
        height: auto;
        min-height: auto;
    }

    .logo img{
        max-width: 250px;
    }

    .section .container-fluid{
        height: auto;
    }
    
    .section .container-fluid .row{
        height: auto;
    }
    
    .section .container-fluid .row .col{
        height: auto;
    }

    .sc_video{
        min-height: 400px;
    }
}

.logo-fdweb{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.logo-fdweb a{
    display: block;
}

.logo-fdweb img{
    max-width: 40px;
}

.modal-dialog {
    max-width: 920px;
}