main.pb-3 {
    padding-bottom: 0 !important;
}

.login-form {
    position: relative;
    background-color: #fff;
}

.login-left.flex {
    flex-direction: column;
    margin-top: -10px;
    height: calc(100% + 20px);
}

.login-left {
    width: 100%;
    /*background: linear-gradient(to top,#02BE8A,#0082C3);*/
    background: linear-gradient(to bottom,#0082C3,#4D479D);
    position: relative;
    margin: -10px 0;
    margin-top: -10px;
}

    .login-left::before {
        content: "";
        position: absolute;
        /*background: linear-gradient(to top,#02BE8A,#0082C3);*/
        background: linear-gradient(to bottom,#0082C3,#4D479D);
        top: 0;
        right: -44px;
        bottom: 0;
        width: 50px;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        transform: skew(10deg);
        width: 100px;
    }

    .login-left p.modal-title {
        color: #fff;
        position: relative;
        padding: 25px 15px 0;
        font-size: 1.5rem;
        font-weight: 500;
    }

        .login-left p.modal-title b {
            font-weight: 700;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .login-left p.modal-title::after {
            background: #fff;
            width: 54px;
            height: 1px;
            position: absolute;
            content: "";
            bottom: -3px;
            left: 15px;
        }

    .login-left.flex .login-left-middle {
        position: relative;
        padding: 129px 40px 70px;
        text-align: center;
    }

.sign-head {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.tps_message {
    color: #838383;
    text-align: center;
    line-height: 17px;
    margin: auto;
    position: relative;
    top: 85px;
    padding-top: 15px;
    font-family: "BAUHS93", verdana, helvetica, sans-serif;
    font-size: 22px;
}

.decathlon-logo {
    width: 210px;
    padding: 15px;
    border: 1px solid #DBE5EC;
}

.restricted {
    top: -30px;
}
/*.new_user a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    border: 1px solid #6661ab;
    border-radius: 3px;
    color: #6661ab;
    text-transform: uppercase;
    font-size: 14px;
}

.new_user .sign-btm-btn {
    font-size: 13px;
    background-color: #FAFAFA;
}*/
.copyright {
    color: rgba(255,255,255,.51);
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.new_login form {
    padding: 37px 70px 50px;
}

.new_login .frm_btn {
    margin-bottom: 15px;
}

/*.sign_in_clr {
    color: #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B;
    display: inline-block;
    font-size: 1.5rem;
    padding-bottom: 3px;
}*/

.new_login .form-group {
    margin-bottom: 30px;
}

.login-username,
.login-password {
    border-bottom: 1px solid #dedede !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 7px 0;
    font-size: 14px;
    height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    background: transparent;
}

    .login-username:focus,
    .login-password:focus {
        background: transparent;
    }

    .login-username::placeholder,
    .login-password::placeholder {
        color: #55595c;
    }

    .login-username:focus, .login-password:focus {
        color: #55595c;
    }

#loginform {
    padding: 37px 70px 28px;
}

.new_login .frm_btn {
    margin-bottom: 15px;
}

button#presta-btn-login {
    width: 100%;
    height: auto;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: 2px;
    background: #ec6607;
    border-color: #ec6607;
    padding: 14px;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    width: 100%;
    height: 55px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    line-height: 28px;
    border-radius: 3px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    background: #ec6607 !important;
}

.orange-btn::before {
    right: 0;
    z-index: 1;
    content: '';
    width: 120%;
    height: 250%;
    bottom: 15px;
    position: absolute;
    background-color: #d05804;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translateY(100%) rotate(-10.5deg);
    -moz-transform: translateY(100%) rotate(-10.5deg);
    -ms-transform: translateY(100%) rotate(-10.5deg);
    -o-transform: translateY(100%) rotate(-10.5deg);
    transform: translateY(100%) rotate(-10.5deg);
    -webkit-transition: all 0.8s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 0.8s cubic-bezier(.165,.84,.44,1);
    -o-transition: all 0.8s cubic-bezier(.165,.84,.44,1);
    transition: all 0.8s cubic-bezier(.165,.84,.44,1);
}

.orange-btn:hover:before {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(-10.5deg);
    -moz-transform: translateY(0) rotate(-10.5deg);
    -ms-transform: translateY(0) rotate(-10.5deg);
    -o-transform: translateY(0) rotate(-10.5deg);
    transform: translateY(0) rotate(-8deg)
}

.orange-btn span {
    z-index: 2;
    position: relative;
}

.login-main {
    left: 15%;
    right: 15%;
    top: 10%;
    z-index: 1;
}

span.text-danger {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.validation-summary-errors ul {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.login-form {
    opacity: 0;
    transition: all 1s linear;
}

    .login-form.onselect {
        opacity: 1;
        transition: all .3s linear;
    }


.login-main:hover .login-form {
    opacity: 1;
    transition: all .3s linear;
}

.copy-ns {
    bottom: -10%;
}

    .copy-ns a {
        font-size: 13px;
        color: #838383;
        font-family: 'Roboto Condensed', sans-serif;
    }
