@charset "UTF-8";
/* CSS Document */
@media (max-width: 1860px) {

}

@media (max-width: 1680px) {
    /* .back_image{
        padding-left: 20%;
    } */
}

@media (max-width: 1540px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1399px) {
.container {
    max-width: 100%;
    padding: 0 60px;
    margin: 0;
}


}

@media (max-width: 1280px) {
    .form_groupDiv{
        padding: 60px 0 60px 100px;
    }
}

@media (max-width: 1199px) {
    .content_tfg h1 {
        line-height: 43px;
        font-size: 32px;
    }
}

@media (max-width: 1100px) {
    .content_tfg{
        margin: 0 40px;
    }

.container-1920, .container {
    padding: 0 40px;
}

}

@media (max-width: 1024px) {
    /* .back_image {
        padding-left: 15%;
    } */
    .form_groupDiv {
        padding: 60px 0 60px 60px;
    }
}

@media (max-width: 991px) {
    /* .back_image {
        padding-left: 10%;
    } */
    .signup_box_left {
        width: 40%;
    }

    .signup_box_right {
        width: 60%;
    }
    .form_groupDiv{
        padding: 60px;
    }
/*======== MOBILE MENU BEGIN ==========*/
.headerSearch {
    width: 300px;
}

.headerMenu {
    display: none;
}

.right_header {
    gap: 15px;
}

.right_mobileMenu {
    display: block;
    width: 28px;
    height: 42px;
    position: relative;
    flex-shrink: 0;
}

.b-brand, .b-link, .b-nav li a {
    margin-left: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
}

.b-nav {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 275px;
    z-index: 12;
    box-shadow: 0 5px 24px rgb(24 24 24 / 27%);
}

.b-nav:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.b-nav {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    position: fixed;
    right: 0;
    bottom: 0;
}

.b-nav ul {
    padding-left: 0px;
    display: block;
    margin-top: 60px;
}

.b-nav li {
    color: #fff;
    list-style-type: none;
    padding: 12px;
    text-align: left;
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

.b-nav li a.black_btn {
    color: #ffffff;
}

.b-nav li a.black_btn:hover, .b-nav li a.black_btn:focus {
    color: #ffffff;
}

.b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.b-nav li:not(.open), .b-nav.open li {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.b-nav li:first-child {
    margin-top: 0px;
}

.b-nav.open {
    visibility: visible;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.b-nav:not(.open) {
    visibility: hidden;
    animation-duration: 0.4s;
    animation-fill-mode: backwards;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.b-nav.open li {
    padding-left: 30px;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.b-menu {
    cursor: pointer;
    display: block;
    height: 23px;
    position: relative;
    top: 4px;
    transition: none;
    width: 25px;
    z-index: 12;
    right: 0;
    bottom: 0;
}

.b-container.open .b-menu {
    right: -5px;
    transition: none;
}

.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 25px;
}

.b-bun {
    background: #000000;
    transition: all .4s ease;
}

.b-brand, .b-bun {
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.b-bun--top {
    top: 0;
}

.b-bun--mid {
    top: 8px;
}

.b-bun--bottom {
    top: 16px;
}

.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
    z-index: 13;
}

.b-container {
    position: absolute;
    right: 2px;
    top: 6px;
    bottom: 0;
    width: 25px;
}

.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
    background: #2196f3;
}

.b-container.open .b-bun--top {
    background: #000000;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-container.open .b-bun--mid {
    opacity: 0;
    transition: none;
}

.b-container.open .b-bun--bottom {
    background: #000000;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-container.open .b-brand {
    color: #fff;
}
/*========= MOBILE MENU END ===========*/


}

@media (max-width: 883px) {

}

@media (max-width: 768px) { 
 
.content_tfg p {
    width: 250px;
}
}

@media (max-width: 767px) {
.container-1920, .container {
    padding: 0 20px;
}

.container, .container-sm {
    max-width: 100% !important;
}

.b-container.open .b-menu {
    right: 0;
}

.signup_box_main{
    flex-direction: column;
}

.signup_box_left, .signup_box_right {
    width: 100%;
}
.form_groupDiv{
   margin: 0 auto;
   padding: 40px;
}
.back_image{
    height: 500px;
    padding: 40px;
}
.Login-sd h1 {
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 30px;
}
.content_tfg {
    position: unset;
    width: 400px;
    margin: 40px 0 0 0;
}
}

@media (max-width: 762px) {

}

@media (max-width: 722px) {

}

@media (max-width: 628px) {

}

@media (max-width: 600px) {

}

@media (max-width: 575px) {
.container-1920, .container {
    padding: 0 15px;
}
.back_image {
    height: 400px;
}
.Login-sd h1 {
    line-height: 42px;
    font-size: 32px;
}

}

@media (max-width: 500px) {
  
}

@media (max-width: 480px) {
    .content_tfg h1 {
        line-height: 42px;
        font-size: 30px;
    }
    .content_tfg {
        width: 100%;
    }
    .content_tfg p {
        font-weight: 600;
    }
    .Login-sd h1 {
        line-height: 38px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .back_image {
        padding: 30px 20px;
    }
}

@media (max-width: 450px) {
    
}

@media (max-width: 400px) {

}

@media (max-width: 375px){
 
}

@media (max-width: 360px) {
    .content_tfg {
        margin-top: 30px;
    }
    
    .content_tfg h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .Login-sd h1 {
        line-height: 35px;
        font-size: 25px;
    }
}

@media (max-width: 359px) {

}

@media (max-width: 320px) {
    
}

@-webkit-keyframes slideInLeft {
0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
}

@keyframes slideInLeft {
0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
}