.mg-landing-section-login{
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    padding-bottom: 60px;
}

.mg_block_header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.mg-landing-login-logo .logo-default{
    float: none;
}

.mg_block_header .logo-default{
    height: 80px;
    max-width: 160px;
    margin-top: 0;
    margin-bottom: 0;
}
.mg_block_header .logo-default .logo-default-img {
    max-height: 80px;
    max-width: 160px;
}

.mg-landing-login-action{
    text-align: right;
}
.btn.mg-btn-signup{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    height: 40px;
    border-radius: 100px;
    background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
}
.btn.mg-btn-login{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    height: 40px;
    background-color: transparent;
}

.mg-landing-login-head{
    color: #000000;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
}

.mg-landing-login-head strong{
    font-weight: bolder;
}

.mg-landing-login-content{
    font-size: 30px;
}

.mg-landing-form-warp{
    background-color: #314265;
    color: #ffffff;
    border-radius: 15px;
    padding: 32px;
    margin-top: 20px;
}
.mg-landing-form-warp a{
    color: #ffffff;
}

.btn.mg-btn-reg{
    display: block;
    background-color: #00ABD3;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}

.mg-landing-form .form-group{
    margin-bottom: 20px;
}
.mg-landing-form .form-control{
    height: 40px;
}

.mg-has-ac{
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.mg-form-content{
    font-size: 16px;
}

.mg-form-content ul{
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.mg-form-content ul li{
    list-style: none;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.mg-form-content ul li:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../img/icon-check.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

@media (max-width: 767px) {
    .mg_block_header{
        justify-content: center;
        margin-bottom: 40px;
    }
    .mg-landing-login-logo{
        width: 100%;
        text-align: center;
    }
    .mg_logo{
        margin: auto;
    }
    .mg_block_header .logo-default{
        margin: auto;
    }
    .mg-landing-login-action{
        display: none;
    }
    .mg-landing-login-head {
        font-size: 70px;
        line-height: 70px;
    }
    .mg-landing-login-content {
        font-size: 22px;
    }
    .mg-landing-form-warp {
        padding: 15px;
    }
}