.simplesearchform2{
    display: none;
}
a{
    color: #5D00F5;
}
.navbar-light .nav-link.active{
    color: #5D00F5 !important;
}
.navbar-light .nav-link:hover, .navbar-light .nav-link:focus, .navbar-light .langbutton:hover, .navbar-light .langbutton:focus{
    color: #5D00F5 !important;
}
.btn-primary {
    color: #fff;
    background-color: #5D00F5;
    border-color: #5D00F5;
}
.usermenu .login a{
    padding: 7px 22px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    cursor: pointer;
}

.page-header-wrapper{
    height: 340px;
}
.course-header-txt{
    background-color: none;
}
.moremenu .nav-link.active{
    border-bottom-color: #5D00F5;
}
/*.moremenu .nav-link.active:focus, .moremenu .nav-link.active:hover{*/
/*    border-bottom-color: #5D00F5;*/
/*}*/
.course-content .course-section .course-section-header{
    background-color: #F3F4F8;
}
.header_cours_giz{
    height: 310px;
}
.header_cours_giz .course-header-image{
    height: 330px;
    background-position-y: 0%;
}
.header_cours_giz .container{
    max-width: 1280px;
}
.header_cours_giz .course-header-bg{
    padding: 0px 0px 20px 0px;
}
.header_cours_giz .container .course-header-txt{
    background-color: rgba(0,0,0,0);
    padding: 0px;
    margin: 0px;
}
.summary_cours_giz{
    width: 600px;
}
.breadcrumb-item a {
    color: #828282;
    text-decoration: none;
}
.breadcrumb-item:last-child a {
    color: #5D00F5;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #000;
}
.block-myoverview .row{
    width:100%;
}
.header_banner{
    background: url("../image/background_main_page.webp") no-repeat center center;
    height: 752px;
    margin-top: 14px;
}
.header_banner .content{
    position: relative;
}
.header_banner .content p {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 72px;
    display: block;
}
.header_banner .content h2{
    font-weight: 800;
    font-size: 4rem;
    line-height: 80px;
    color: #FFFFFF;
    width: 547px;
    margin-top: 12px;
}
.header_banner .content h2 span{
    color: #FFB82E;
}
.header_banner .content .search{
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    margin-top: 34px;
}
.header_banner .content .search label{
    background: #F3F4F8;
    border-radius: 50px;
    padding: 7px 16px;
    width: 436px;
    display: block;
    cursor: text;
}
.header_banner .content .search label input{
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    background: transparent;
}
.header_banner .content .search button{
    background: #5D00F5;
    border-radius: 50px;
    padding: 12px 26px;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 16px;
    margin-left: 8px;
    cursor: pointer;
}
.header_banner .content .search button:hover{
    background: #5B0ADE;
}
.header_banner .content .ellipse-circle-position{
    position: absolute;
    right: 115px;
    top: 140px;
}
.header_banner .content .ellipse-circle-position .ellipse-circle {
    position: relative;
    width: 200px;
    height: 100px;
    background: #4D00CC;
    border: 1px solid #4D00CC;
    transform: rotate(14deg);
    color: #ffffff;
    padding: 0 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 24px;
    cursor: pointer;
}
.header_banner .content .ellipse-circle-position .ellipse-circle:hover{
    background: #FFB82E;
    color: #5D00F5;
    border: 1px solid #FFFFFF;
}
.header_banner .content .ellipse-circle-position .ellipse-circle:hover .star svg path{
    fill: #FFFFFF;
    stroke: #4D00CC;
}
.header_banner .content .ellipse-circle-position .ellipse-circle .star{
    position: absolute;
    top: -10px;
    left: 0;
    transform: rotate(-14deg);
}
.header_banner .content .image-content{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.header_banner .content .image-content img{
    object-fit: contain;
}
.header_banner .content .image-content .image-content-1{
    margin-top: 27px;
}
.header_banner .content .image-content .image-content-2{
    margin-top: 41px;
}
.header_banner .content .image-content .courses {
    position: relative;
}
.header_banner .content .image-content .courses .circle{
    position: absolute;
    top: -20px;
    left: -50%;
    background: #ffffff;
    border: 30px solid #FFB82E;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 24px;
    color: #000000;
    text-align: center;
}
.header_banner .content .image-content .courses .circle span{
    font-weight: 800;
    font-size: 3rem;
    line-height: 40px;
    color: #000000;
}
.directions-of-study{
    padding: 80px 0 170px;
}
.block-header{
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 48px;
    color: #000000;
    margin-bottom: 48px;
}
.block-header span{
    color: #5D00F5;
}
.directions-of-study .cards-items{
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
}
.directions-of-study .cards-items .card-item{
    /*height: 100%;*/
    padding: 20px;
    background: #F3F4F8;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    /*display: inline;*/
    cursor: pointer;
}
.directions-of-study .cards-items .card-item h4{
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 32px;
    color: #000000;
    margin-bottom: 12px;
    word-wrap: break-word;
}
.directions-of-study .cards-items .card-item p{
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.directions-of-study .cards-items .card-item:nth-child(1n):hover {
    background: #FFB1B5;
}
.directions-of-study .cards-items .card-item:nth-child(2n):hover {
    background: #FFD873;
}
.directions-of-study .cards-items .card-item:nth-child(3n):hover {
    background: #60B3FF;
}
.directions-of-study .cards-items .card-item:nth-child(4n):hover {
    background: #C6B9FF;
}
.directions-of-study .cards-items .card-item:nth-child(5n):hover {
    background: #95EFD6;
}
.directions-of-study .cards-items .card-item:nth-child(6n):hover {
    background: #AAD6FF;
}
.directions-of-study .cards-items .card-item:nth-child(7n):hover {
    background: #FFB526;
}
.see-all-btn{
    display: none;
}
.how-is-the-training{

}
.how-is-the-training .video-block {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    transition: all .5s cubic-bezier(1, 1, 0, 1.35);
    cursor: pointer;
}
.how-is-the-training .video-block iframe {
    width: 1110px;
    height: 260px;
}
.how-is-the-training .video-block:hover{
    background-size: 105%;
}
.how-is-the-training .video-block:hover svg path{
    fill: #ffffff;
}
.how-is-the-training .cards-how-is-the-training{
    display: grid;
    grid-template-columns: 375px 375px;
    grid-column-gap: 16%;
    margin-top: 56px;
    margin-bottom: 82px;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training p{
    margin-left: 14px;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 28px;
    color: #1D2125;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training .star-icon{
    background: url("../image/black_star.png") center center no-repeat;
    width: 50px;
    height: 50px;

}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover .star-icon{
    background: url("../image/blue_star.png") center center no-repeat;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover svg path,
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover svg circle{
    fill: #5D00F5;
    stroke: #5D00F5;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover svg .little-circle{
    fill: white;
    stroke: #5D00F5;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover .square svg path,
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover .square svg rect{
    fill: #5D00F5;
    stroke: #5D00F5;
}
.how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training:hover .square .square-center{
    fill: white;
}
.popular-courses{
    background: #242424;
    padding: 60px 0;
}
.popular-courses h2{
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}
.popular-courses h2 span{
    color: #FFB82E;
}
.popular-courses .popular-courses-text{
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    width: 759px;
    text-align: center;
    margin: 0 auto 36px;
}
.popular-courses .itc-slider__item .popular-courses-card{
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color:#000;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-name{
    position: relative;
    z-index: 2;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-name p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 24px;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-name h5{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 27px;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-description{
    position: relative;
    z-index: 2;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-description p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
}
.popular-courses .itc-slider__item .popular-courses-card .popular-courses-card-description p span{
    color: rgba(0, 0, 0, 0.5);
}
.popular-courses .itc-slider__item .popular-courses-card:before{
    content: "";
    position: absolute;
    top: -104px;
    right: -50px;
    width: 208px;
    height: 186px;
    border-radius: 50%;
    z-index: 1;
}
.popular-courses .itc-slider__item .popular-courses-card:after{
    content: "";
    position: absolute;
    width: 435px;
    height: 503px;
    border-radius: 50%;
    top: -422px;
    right: -156px;
}
.popular-courses .itc-slider__item:nth-child(1n) .popular-courses-card{
    background: #E4F6FF;
}
.popular-courses .itc-slider__item:nth-child(1n) .popular-courses-card:before{
    background: #a3dcff;
}
.popular-courses .itc-slider__item:nth-child(1n) .popular-courses-card:after{
    background: #ccedff;
}
.popular-courses .itc-slider__item:nth-child(2n) .popular-courses-card{
    background: #FAE6AB;
}
.popular-courses .itc-slider__item:nth-child(2n) .popular-courses-card:before{
     background: #eba834;
 }
.popular-courses .itc-slider__item:nth-child(2n) .popular-courses-card:after{
    background: #f5cf73;
}
.popular-courses .itc-slider__item:nth-child(3n) .popular-courses-card{
    background: #D7D6FE;
}
.popular-courses .itc-slider__item:nth-child(3n) .popular-courses-card:before{
     background: #807ffb;
 }
.popular-courses .itc-slider__item:nth-child(3n) .popular-courses-card:after{
    background: #b5b4fd;
}
.popular-courses .itc-slider__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}
.what-will-you-learn{
    padding: 40px 0 100px;
}
.what-will-you-learn .what-will-you-learn-cards-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 75px;
    margin-top: 72px;
}
.what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card{
    display: flex;
    margin-bottom: 56px;
}
.what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card:hover span{
    background: #5D00F5;
    color: #ffffff;
    border: 1px solid #5D00F5;
}
.what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card:hover p{
    transform: translate(2px, 2px);
}
.what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    margin-right: 34px;
}
.what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card p{
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 28px;
}
.marquee{
    text-align:left;
    width:100%;
    overflow:hidden;
    white-space: nowrap;
    background: #5D00F5;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 20px;
    padding: 6px 0;
}
.marquee span {
    display:inline-block;
    width:100%;
    text-indent:0;
    /*animation: marquee 15s linear infinite;*/
    word-spacing: 20px;
}
/*.marquee span:hover{*/
/*    animation-play-state: paused*/
/*}*/
/*@keyframes marquee {*/
/*    0%  {*/
/*        transform: translate(0%, 0);*/
/*    }*/
/*    100% {*/
/*        transform: translate(-99.5%, 0);*/
/*    }*/
/*}*/
.well-help-you-choose{
    background: #F3F4F8;
    padding: 94px 0 127px;
    overflow: hidden;
}
.well-help-you-choose .well-help-you-choose-content{
    width: 466px;
    position: relative;
}
.well-help-you-choose .well-help-you-choose-description{
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
}
.well-help-you-choose .input-form{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.well-help-you-choose .input-form label{
    background: #F8F8F8;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 225px;
    padding: 10px 14px;
    cursor: text;
}
.well-help-you-choose .input-form label:nth-child(1){
    margin-right: 16px;
}
.well-help-you-choose .input-form label input{
    outline: none;
    border: none;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
}
.well-help-you-choose .processing-of-personal label{
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
}
.well-help-you-choose .processing-of-personal label input{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.well-help-you-choose .processing-of-personal label .checkmark{
    width: 14px;
    height: 14px;
    border: 0.7px solid #000000;
    border-radius: 2.3px;
    position: relative;
    margin-right: 9px;
    cursor: pointer;
}
.well-help-you-choose .processing-of-personal label input:checked ~ .checkmark{
    background: #5D00F5;
    border: 0.7px solid #5D00F5;
}
.well-help-you-choose .processing-of-personal label .checkmark:after{
    position: absolute;
    content: "";
    top: 0;
    left: 3px;
    border: white solid;
    border-width: 0 1px 1px 0;
    padding: 8px 4px 0 0;
    display: none;
    transform: rotate(45deg);
}
.well-help-you-choose .processing-of-personal label input:checked ~ .checkmark:after{
    display: block;
}
.well-help-you-choose .processing-of-personal label .input-description{
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.well-help-you-choose .processing-of-personal label .input-description a{
    color: rgba(0, 0, 0, 0.5);
}
.well-help-you-choose .send{
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    padding: 13px 70px;
    margin-top: 27px;
}
.well-help-you-choose .background{
    position: absolute;
    top: -350px;
    left: 100%;
    width: 760px;
    height: 758px;
    background: url("../image/background_6_block.png") no-repeat center center;
}
.btn-mycourse {
    padding: 7px 22px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    cursor: pointer;
}
.btn-mycourse:hover{
    text-decoration: none!important;
    color: #ffffff!important;
}
/*@media (max-width: 992px)*/
@media (max-width: 1200px) {
    .simplesearchform2{
        display: flex;
    }
    .simplesearchform_giz{
        display: none;
    }
    .header_banner{
        background: url("../image/background_mobile_main_page.webp") no-repeat center center;
        height: 800px;
        background-size: 100% 100%;
    }
    .header_banner .content p{
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
        padding-top: 40px;
    }
    .header_banner .content h2{
        font-weight: 800;
        font-size: 2.25rem;
        line-height: 48px;
        width: 320px;
    }
    .header_banner .content .search{
        margin-top: 24px;
    }
    .header_banner .content .search label{
        width: 100%;
    }
    .header_banner .content .search label input{
        font-weight: 400;
        font-size: 0.938rem;
        line-height: 26px;
        width: 100%;
    }
    .header_banner .content .ellipse-circle-position{
        display: none;
    }
    .header_banner .content .image-content{
        flex-direction: column;
        width: 100%;
    }
    .header_banner .content .image-content .image-content-1{
        width: 222px;
        margin-top: 0;
    }
    .header_banner .content .image-content .image-content-2{
        margin-top: -35px;
        margin-left: 112px;
        float: right;
    }
    .header_banner .content .image-content img{
        width: 217px;
        margin-top: -40px;
        margin-left: -15px;
    }
    .header_banner .content .image-content .courses .circle{
        left: 0;
        top: -100%;
        width: 120px;
        height: 120px;
        font-size: 0.875rem;
        line-height: 16px;
        border: 20px solid #FFB82E;
    }
    .header_banner .content .image-content .courses .circle span{
        font-size: 2rem;
        line-height: 27px;
    }
    .block-header{
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 32px;
        margin-top: 48px;
        margin-bottom: 24px;
    }
    .directions-of-study .cards-items{
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 12px;
    }
    .directions-of-study .cards-items .card-item{
        margin-bottom: 12px;
        display: block;
    }
    .directions-of-study .cards-items .card-item h4{
        font-size: 1.5rem;
    }
    .directions-of-study .cards-items .card-item p{
        -webkit-line-clamp: 4;
        line-height: 20px;
    }
    .see-all-btn{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
        border: 1px solid #000;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 56px;
    }
    .how-is-the-training .video-block{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .how-is-the-training .video-block iframe {
        width: 100%;
        height: 260px;
    }
    .how-is-the-training .cards-how-is-the-training{
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        margin-top: 25px;
        margin-bottom: 57px;
    }
    .how-is-the-training .cards-how-is-the-training .card-item-how-is-the-training p{
        font-size: 1rem;
        line-height: 24px;
    }
    .popular-courses h2{
        font-size: 1.5rem;
        line-height: 32px;
        text-align: start;
    }
    .popular-courses .popular-courses-text{
        text-align: start;
        width: 100%;
    }
    .popular-courses .itc-slider__item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .what-will-you-learn .what-will-you-learn-cards-content{
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        margin-top: 32px;
        margin-bottom: 56px;
    }
    .what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card{
        align-items: center;
        margin-bottom: 24px;
    }
    .what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card span{
        margin-right: 16px;
    }
    .what-will-you-learn .what-will-you-learn-cards-content .what-will-you-learn-card p{
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
    }
    .well-help-you-choose{
        background: #242424;
        padding: 57px 0 129px;
    }
    .well-help-you-choose .well-help-you-choose-content{
        width: 100%;
    }
    .well-help-you-choose .block-header{
        color: white;
    }
    .well-help-you-choose .well-help-you-choose-description{
        color: white;
    }
    .well-help-you-choose .input-form{
        flex-direction: column;
        margin-top: 24px;
    }
    .well-help-you-choose .input-form label{
        width: 100%;
    }
    .well-help-you-choose .input-form label:nth-child(1){
        margin-right: 0;
        margin-bottom: 8px;
    }
    .well-help-you-choose .processing-of-personal label .input-description{
        line-height: 14px;
        color: white;
    }
    .well-help-you-choose .processing-of-personal label .input-description a{
        color: white;
    }
    .well-help-you-choose .processing-of-personal label .checkmark{
        border: 0.7px solid #ffffff;
    }
    .well-help-you-choose .background{
        display: none;
    }
    .well-help-you-choose .send{
        width: 100%;
    }
}
@media (min-width: 768px){
    #page.drawers {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    /*#page.drawers .main-inner {*/
    /*    padding-top: 0px;*/
    /*    margin-top: 0px;*/
    /*}*/
    .header_cours_giz .header-maxwidth {
        padding: 0px;
    }
}

@media (max-width: 1200px){
    .iframe-video {
        width: inherit!important;
    }
}

@media (max-width: 996px){
    .directions-of-study{
        padding-bottom: 56px;
    }

    .what-will-you-learn{
        padding-bottom: 57px;
    }
}

@media (min-width: 456px){
    a.navbar-brand.d-none.d-xl-flex.align-items-center.m-0.mr-4.p-0.aabtn {
        display: flex!important;
    }
}

@media (max-width: 992px){
    .primary-navigation {
        display: none;
    }

    .fp-repo-area.col-md-3.pr-2.nav.nav-pills.flex-column {
        flex-direction: row!important;
    }

    .navbar-toggler.aabtn {
        display: block!important;
    }

    a.navbar-brand.d-none.d-xl-flex.align-items-center.m-0.mr-4.p-0.aabtn {
        margin-left: 20px!important;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb:not(:empty) {
        flex-wrap: wrap;
    }

    .activity-altcontent.contentwithoutlink.d-flex {
        padding-right: 0!important;
    }
}

@media (max-width: 630px){
    .summary_cours_giz{
        width: 100%;
    }
}

@media (max-width: 576px){
    .login-wrapper {
        display: block;
    }
}

@media (min-width: 768px){
    .yui3-widget.yui3-panel {
        max-width: 740px;
    }
}
