.mobile-view {
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
    padding: 20px 40px;
    margin: 0 auto 20px;
}

.mobile-view .page-title {
    border: 0;
}

.mobile-view .form-list {
    margin-top: 15px;
}

.mobile-view .form-list li:last-child {
    margin-bottom: 0;
}

.mobile-view label {
    display: none;
}

.mobile-view .control input.checkbox {
    width: auto;
    height: auto;
    vertical-align: -6px;
    margin-bottom: 10px
}

.mobile-view .control label {
    display: inline;
}

.mobile-view input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #111;
    border-radius: 0;
}

.mobile-view .button {
    height: 60px;
    width: 100%;
    display: block;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-view .button span {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 60px;
    white-space: nowrap;
    -ms-text-overflow: clip;
    text-overflow: clip;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-view .messages li {
    font-size: 16px;
    font-weight: normal;
}

.mobile-view .bottom-link {
    margin-top: 20px;
    font-size: 20px;
}

.btn-socialconnect {
    color: #fff;
    height: 60px;
    min-width: 320px;
    width: 100%;
    font-size: 24px;
    line-height: 43px;
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    -ms-text-overflow: clip;
    text-overflow: clip;
    margin: 5px auto;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.btn-socialconnect::after {
    width: 60px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: '';
    border-color: #fff;
    border-style: solid;
    border-width: 15px 0 15px 1px;
}

.btn-socialconnect:hover {
    color: #fff;
    opacity: .8;
}

.btn-socialconnect.btn-facebook {
    background: #3b5998;
}

.btn-socialconnect.btn-facebook::after {
    background: #3b5998 url(../images/btn.fb.png) no-repeat center;
    border-top-color: #3b5998;
    border-bottom-color: #3b5998;
}

.btn-socialconnect.btn-google {
    background: #dc4a3d;
}

.btn-socialconnect.btn-google::after {
    background: #dc4a3d url(../images/btn.g.png) no-repeat center;
    border-top-color: #dc4a3d;
    border-bottom-color: #dc4a3d;
}

/* -------- */

@media (max-width: 480px) {
    .ma-main-container {
        margin-top: 10px;
    }

    .mobile-view {
        border: 0;
        padding: 0 15px;
        width: 100%;
    }

    .mobile-view .page-title {
        margin: 0;
    }

    .mobile-view input,
    .mobile-view .button {
        height: 40px;
    }

    .mobile-view .button span {
        line-height: 40px;
    }

    .btn-socialconnect {
        font-size: 20px;
        text-indent: -5px;
        min-width: 240px;
    }

}