.mc-clientadmin-login-outerbox {
    padding-top:100px;
    padding-bottom:100px;
    background:#f1f1f1;
}

.mc-clientadmin-loginbox {
    width:463px;
    margin: 0px auto;
    min-width:463px;
    border-radius: 2px;
    border-top-left-radius: 0px;
    position: relative;
    height:auto;
    min-height:200px;
    background: white;
    padding-bottom:40px;
}

.mc-clientadmin-login-tri1 {
    position: absolute;
    border-top: 116px solid #9E9984;
    border-right: 116px solid transparent;
    width:0px;
    overflow:hidden;
}

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

.mc-clientadmin-login-label {
  width: 100%;
  padding-top:78px;
  font-family: Nunito;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2a;
  text-transform: uppercase;
}



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

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

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

.mc-clientadmin-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-clientadmin-button-small {
    height:40px;   
    margin-top:32px;
    min-width:120px;    
}

.mc-clientadmin-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-clientadmin-login-fb {
    background: #49639f;
}

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

.mc-clientadmin-login-email {
    background: #5b9329;
}

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

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

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

.mc-clientadmin-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) {


}