﻿.login_link a {
    color: #808080;
}

.page {
    position: relative;
    min-height: -webkit-calc(100% - 44px);
    min-height: calc(100% - 44px);
}

.login-index .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

ol, ul {
    list-style: none;
}

.met-member .form {
    max-width: 400px;
    background-color: #ffffff;
    float: right;
}

.coagent {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
    height: auto;
    background-color: #fcfcfc;
}

    .coagent li {
        float: left;
    }

        .coagent li.extra-r {
            float: right;
        }

    .coagent .regist-link {
        color: #b61d1d;
        font-size: 14px;
    }

        .coagent .regist-link a {
            color: #1976d2;
        }

@media (min-width: 479px) {
    .login-index .form {
        width: 400px;
    }

    .login-index .logininput {
        padding: 10px 30px 30px 30px;
    }
}

@media (max-width: 767px) {
    .login-index .form {
        float: none;
    }

    .login-index .logininput {
        padding: 10px 20px;
    }
}


@media (max-width: 991px) {
    .page {
        min-height: -webkit-calc(100% - 66px);
        min-height: calc(100% );
    }
}

.login-index .container::after {
    display: table;
    clear: both;
    content: ''
}

@media(minwidth: 480px) {
    .login-index .container {
        width: 606px
    }
}

@media(minwidth: 768px) {
    .login-index .container {
        width: 750px
    }
}

@media(minwidth: 992px) {
    .login-index .container {
        width: 970px
    }
}

@media(minwidth: 1200px) {
    .login-index .container {
        width: 1170px
    }
}

@media(minwidth: 1600px) {
    .login-index .container {
        width: 1310px
    }
}

.loginmeg {
    margin-bottom: 5px;
    color: #ff0000;
    height: 30px;
}

.login-error-tips {
    background: rgba(255,255,255,.08);
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #f54f51;
    line-height: 20px;
    height: 20px;
}

[class^=icon] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.icon-login {
    background: url(../images/login-svg-sprite-97eb796f.svg) no-repeat;
}

.icon-login-error {
    width: 19px;
    height: 19px;
    background-position: 12.903225806451612% 99.23664122137404%;
}
