.mc-profile-login-outerbox {
    padding-top:100px;
    padding-bottom:100px;
    background-image: url('/_man/_profile/img/login_img.png');
    background-size: cover;
    position:fixed;
    background-position: center;
    width:100%;
    height:120%;
}


.mcfw-profile-product-label {
    padding: 16px;
}

.mcfw-login-required-message {
    padding: 24px;
    background: #e6a971;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mc-profile-login-required-label {
    width: 100%;
    padding-top:16px;
    text-align: center;
    text-transform: none !important;
    font-family: "Jost-BoldRoman";
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    color: #f0e9c8;
    word-break: break-word;
}


.mc-profile-loginbox {
    width:70%;
    margin: 0px auto;
    min-width:463px;
    max-width:840px;
    border-radius: 0px;
    position: relative;
    height:auto;
    min-height:170px;
    background: rgba(232,232,232,1);
}

.mcfw-login-logobox {
    width:100%;
    max-width: 320px;
    min-width:64px;
    padding:24px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.mcfw-login-formbox {
    width:100%;
    padding:32px;
}

.mcfw-login-panel {
    width:100%;
    margin:0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.mc-profile-login-tri1 {
    position: absolute;
    border-top: 116px solid #00484E;
    border-right: 116px solid transparent;
    width:0px;
    overflow:hidden;
    display:none;
}

.mc-profile-login-tri2 {
    position: absolute;
    border-top: 80px solid rgb(119, 148, 63);;
    border-right: 80px solid transparent;
    width:0px;
    overflow:hidden;
    display:none;
}


/*  Login label  */

.mc-profile-login-label {
    width: 100%;
    padding-top:16px;
    text-align: center;
    text-transform: none !important;
    font-family: "Jost-BoldRoman";
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #636363;
    word-break: break-word;
}

.loginlabel-cont {
    margin-bottom: 8px;
    margin-left:12px;
}

.loginlabel {
    font-weight: bold;
}


/* Profile button */
.mc-profile-button {
    border-radius: 0px;
    margin-right:12px;
    width:300px;
    height:40px;
    color:white;
    margin:0px auto;
    padding-left:16px;
    padding-right:16px;
    line-height:40px;
}

.mc-profile-button > button {
    display: flex;
    flex-flow: row;
    align-items: center;
    width:100%;
    justify-content: center;
}

.mc-profile-button > button > img {
    margin-right:6px;
    height:20px
}

.mc-profile-button > button > span {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    line-height: 40px;
}

.mc-profile-button-small {
    height:40px;
    margin-top:32px;
    min-width:120px;
}

.mc-profile-button-small > button > span {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    line-height: 40px;
}






.mc-profile-login-fb {
    background: #49639f;
}

.mc-profile-login-google {
    background: #cf4332;
}

.mc-profile-login-email {
    background: #9E9984;
}

.mc-profile-separator-row {
    justify-content: center;
    width: 100%;
    align-items: center;
}

.mc-profile-separator-line {
    height:1px;
    width:100%;
    background:#efefef;
    margin-left: 16px;
    margin-right: 16px;
}

.mc-profile-separator-text {
    font-family: Nunito;
    font-size: 13px;
    font-weight: 600;
}



/*.mc-profile-loginlabel {
    width: 37px;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #7a7a7a;
    text-transform: uppercase;
}
*/
@media only screen and (min-width: 0px) and (max-width: 768px) {


}