.albfre-settings--header { width: 100%; height: 100px; display: flex; align-items: center; border-bottom: solid 1px #e8e8e8; padding-left: 39px; } .albfre-settings--body { padding: 30px 40px; } .albfre-settings--body--title { font-size: 14px; font-weight: 500; color: #4a4a4a; } .albfre-settings--form { margin-top: 20px; margin-bottom: 40px; } .albfre-settings--form--label { font-size: 16px; font-weight: bold; line-height: 1.5; text-align: left; color: #373a3c; display: block; } .albfre-settings--form--input { width: 350px; height: 37px; border-radius: 4px; background-color: #ffffff; border: solid 1px #cccccc; } .albfre-settings--form--group { margin-bottom: 10px; } .albfre-settings--form--button { width: 200px; height: 38px; border-radius: 4px; background-color: #9173c7; border: 0; font-size: 16px; font-weight: bold; text-align: center; color: #ffffff; cursor: pointer; } .albfre-settings--arena--link { font-weight: bold; color: #9173c7; } .albfre-settings--body--welcome { width: 240px; font-size: 14px; line-height: 1.57; text-align: left; color: #8e8e8e; margin-top: 20px; margin-bottom: 45px; } .albfre-settings--form--button-logout { border: solid 1px #9173c7; color: #9173c7; background: transparent; } .albfre-settings--body--sp { display: none; } .albfre-sp { width: 32px; height: 32px; clear: both; margin: 20px auto; } /* Spinner Circle Rotation */ .albfre-sp-circle { border: 4px rgba(0, 0, 0, 0.25) solid; border-top: 4px black solid; border-radius: 50%; -webkit-animation: albfre-spCircRot .6s infinite linear; animation: albfre-spCircRot .6s infinite linear; } @-webkit-keyframes albfre-spCircRot { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @keyframes albfre-spCircRot { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } .albfre-form--error { color: #cc5965; display: none; }