﻿@charset "utf-8";
element.style {
}
.login-form-box__title {
    /* font-size: 1.4rem; */
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 2.1rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-top: 40px; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
user agent stylesheet
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.form-element {
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
input {
    line-height: 1;
    padding: .1em;
    vertical-align: middle;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}
html:not(.windows) body {
    font-family: 'Open Sans','Hiragino Sans','qMmpSVbN','Hiragino Kaku Gothic ProN','qMmpS ProN W3','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    color: #222;
    background-color: #ffffff;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    font-family: sans-serif;
    font-size: 62.5%;
    width: 100%;
}
user agent stylesheet
div {
    display: block;
}
.login-form-box {
    font-size: 1.3rem;
    display: inline-block;
    width: 380px;
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 60px;
    vertical-align: top;
}
.login-form__inner {
    font-size: 0;
    display: inline-block;
}
.login-form {
    text-align: center;
}
.login-form-box__head {
    position: relative;
    height: 80px;
    text-align: center;
    color: #000;
    border-radius: 4px 4px 0 0;
    background-color: #2c9a7a;
}
.button.-h-large {
    font-size: 1.6rem;
    line-height: 3.8rem;
    min-height: 3.8rem;
    padding-right: 22px;
    padding-left: 22px;
}
.button.-w-full {
    width: 100%;
}
<style>
input.button {
    width: 150px;
    font-size: 9pt;
    font-family: "lr SVbN", sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html:not(.windows) body {
    font-family: 'Open Sans','Hiragino Sans','qMmpSVbN','Hiragino Kaku Gothic ProN','qMmpS ProN W3','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.button {
    font-size: 1.4rem;
    line-height: 2.8rem;
    display: inline-block;
    box-sizing: border-box;
    min-height: 2.8rem;
    padding: 0 15px;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-property: background-color,border,fill,color,opacity;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 4px;
    outline: none;
}
body {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    color: #222;
    background-color: #ffffff;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
body, html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    font-family: sans-serif;
    font-size: 62.5%;
    width: 100%;
}
user agent stylesheet
html {
    color: -internal-root-color;
}
