.ec-pageHeader h1{
    border-top: none;
}
.ec-layoutRole__main .ec-pageHeader h1 {
        margin-bottom: 20px;
}
.ec-grid2 .ec-grid2__cell2{
    width: 50%;
}
.ec-login{
    padding: 13%;
    background: #FCFCFC;
}
.ec-login .ec-login__input{
    margin-bottom: 0;
}
.ec-login .ec-login__link{
    margin: 30px 0 0 0;
    text-align: center;
}
.ec-login .ec-login__link a{
    color: #1A0DAB;
}
.login_ttl{
    padding-bottom: 60px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.ec-guest{
    display: block;
    background: #FCFCFC;
}
.ec-guest .ec-guest__inner p{
    padding-bottom: 16px;
    margin-top: 0;
    text-align: left;
}
.ec-checkbox{
    margin: 30px 0 26px 0;
    text-align: center;
}
.ec-checkbox label{
    font-weight: 500;
}
.ec-blockBtn--cancel,
.ec-blockBtn--action{
    max-width: 350px;
    height: 40px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 300;
    line-height:40px;
}
.ec-blockBtn--action{
    background: #DE5D50;
}

@media only screen and (min-width: 768px){
    .ec-layoutRole__main .ec-pageHeader h1 {
        margin-bottom: 60px;
    }
    .ec-login .ec-login__input{
        height: 180px;
    }
    .ec-guest .ec-guest__inner p{
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .ec-blockBtn--cancel,
    .ec-blockBtn--action{
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
    .ec-guest__text{
        height: 180px;
    }
    .form-check{
        margin-bottom: 0;
    }
    .ec-checkbox{
        margin: 0;
    }
    .ec-checkbox label{
        margin-bottom: 0;
    }
    .ec-login .ec-errorMessage{
        font-size: 14px;
        text-align: center;
    }

}