/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                      *
*   LOGIN RULES                                        *
*                                                      *
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#login_form_wrapper{
    float: left;
    width: 390px;
    margin: 130px -webkit-calc( ( 100% - 390px ) / 2);
    margin: 130px -moz-calc( ( 100% - 390px ) / 2);
    margin: 130px -ms-calc( ( 100% - 390px ) / 2);
    margin: 130px -o-calc( ( 100% - 390px ) / 2);
    margin: 130px calc( ( 100% - 390px ) / 2);
}
    #login_form_wrapper .email_login{
        float: left;
        width: 100%;
    }
        #login_form_wrapper .email_login h1{
            float: left;
            width: 100%;
            margin-bottom: 13px;
            text-align: center;
        }
        #login_form_wrapper .email_login .subtitle{
            float: left;
            width: 100%;
            margin-bottom: 13px;
            text-align: center;
        }
        #login_form_wrapper .email_login .infobox{
            float: left;
            width: 100%;
            margin-bottom: 13px;
            text-align: center;
            color: #919191;
        }
        #login_form_wrapper .email_login .infobox.error{
            width: -webkit-calc( 100% - 26px );
            width: -moz-calc( 100% - 26px );
            width: -ms-calc( 100% - 26px );
            width: -o-calc( 100% - 26px );
            width: calc( 100% - 26px );
            padding: 12px;
            background: #e67373;
            border: solid 1px #cc0000;
            color: #fff;
            margin-top: 13px;
        }
        #login_form_wrapper .email_login .input_content{
            float: left;
            width: 100%;
            margin-top: 13px;
        }
            #login_form_wrapper .email_login .input_content label.checkbox{
                float: right;
                width: -webkit-calc( 100% - 26px );
                width: -moz-calc( 100% - 26px );
                width: -ms-calc( 100% - 26px );
                width: -o-calc( 100% - 26px );
                width: calc( 100% - 26px );
            }
        #login_form_wrapper .email_login .button_content{
            float: left;
            width: 100%;
            margin-top: 13px;
        }
    #login_form_wrapper .link_list{
        float: left;
        width: 100%;
    }
        #login_form_wrapper .link_list .item{
            float: left;
            width: 100%;
            margin-top: 13px;
        }