/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 21, 2022, 5:31:09 PM
    Author     : risma
*/

.login-input .input-wrapper .form-input{
    /*width: 100%;*/
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cccccc;
}
.login-input input[type="text"]:focus{
    background-color: #f7f7f7 !important;
    border-color: none;
}
input#loginform:email.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.ui-state-filled{
    background: #f7f7f7;
}
input[type="text"]:-internal-autofill-selected{
    background-color: #cccccc !important;
}
.section-wrapper{
    margin: 3em 0 3em 0;
}
.section-wrapper .login-box{
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
}
.section-wrapper .border-right-login{
    border-right: 1px solid lightgrey;
    margin: 3em 0;
}
.section-wrapper .none-bottomline{
    border-bottom: none;
}
body .btn-social-login .ui-button.ui-button-text-only .ui-button-text{
    /*padding: 6px 0px 6px 6em;*/
    text-align: center;
}
.login-title{
    display: flex;
    justify-content: center;
}
.login-title p.choose-login-text{
    color: #222222;
    font-weight: bold;
    font-size: 24px;
}
.required-item p.choose-login-text{
    text-align: end;
    font-size: smaller;
    margin: 10px 0;
    color: #222222;
}
.required-item p.choose-login-text span{
    color: #a22323;
}
p.sns-login-text {
    margin-top: 3px;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
}
.email-form label{
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}
.email-form .ui-outputlabel .ui-outputlabel-rfi{
    color: #a22323;
}
.password-form label{
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}
.password-form .ui-outputlabel .ui-outputlabel-rfi{
    color: #a22323;
}
.forgot-pass{
    display: inline-flex;
}
.forgot-pass p{
    line-height: 1.4em;
}
.forgot-pass:before{
    content: ">";
    padding-right: 10px;
    color: #8B3333;
    font-size: 18px;
    margin-top: -2px;
}
.btn-login {
    display: table;
    margin: 3em 0 auto;
    padding-bottom: 1em;
}
.login-user {
    text-align: center;
    border: 1px solid;
    padding: 15px 4.5em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 15px;
}
.btn-social-login .ui-button{
    background-color: white;
    border: 1px solid #cccccc;
    /*width: 65.6667%;*/
}
.btn-social-login.facebook .ui-button{
    background-color: #5E81AC;
    border: 1px solid #5E81AC;
    /*width: 65.6667%;*/
}
.btn-social-login.yahoo .ui-button{
    background-color: #7900b0;
    border: 1px solid #7900b0;
    /*width: 65.6667%;*/
}
.btn-social-login.line .ui-button{
    background-color: #00b800;
    border: 1px solid #00b800;
    /*width: 65.6667%;*/
}
.btn-social-login.twitter .ui-button{
    background-color: #000000;
    border: 1px solid #000000;
    /* width: 65.6667%; */
}
.btn-social-login.facebook .ui-button-text{
    color: #ffffff;
    font-weight: normal;
    font-family: inherit;
    padding: 6px 0px 6px 60px;
}
.btn-social-login.yahoo .ui-button-text{
    color: #ffffff;
    font-weight: normal;
    font-family: inherit;
    padding: 6px 0px 6px 60px;
}
.btn-social-login.twitter .ui-button-text{
    color: #ffffff;
    font-weight: normal;
    font-family: inherit;
    padding: 6px 0px 6px 60px;
}
.btn-social-login.line .ui-button-text{
    color: #ffffff;
    font-weight: normal;
    font-family: inherit;
    padding: 6px 0px 6px 60px;
}
.btn-social-login .ui-button-text{
    color: #222222;
    font-family: 'Lato';
    padding: 6px 0px 6px 60px;
}
.btn-social-login{
    position: relative;
    display: flex;
}
.sos-icon-login-f{
    position: absolute;
    z-index: 1;
    width: auto;
    height: 17px;
    top: 18%;
    left: 12%;
}
.sos-icon-login-g{
    position: absolute;
    z-index: 1;
    width: auto;
    height: 15px;
    top: 28%;
    left: 12%;
}
.sos-icon-login-y{
    position: absolute;
    z-index: 1;
    width: auto;
    height: 21px;
    top: 10%;
    left: 12%;
}
.sos-icon-login-l{
    position: absolute;
    z-index: 1;
    width: auto;
    height: 30px;
    top: -3%;
    left: 10%;

}
.sos-icon-login-t{
    position: absolute;
    z-index: 1;
    width: auto;
    height: 20px;
    top: 20%;
    left: 13%;
}
.choose-login-text{
    color: #222222;
    font-weight: 400;
}
.social-media-login{
    padding: 2em 5em;
}
/*.login-link span a{
    color: blue;
}*/
.form-row-login{
    padding: 2em 5em;
}
.form-row-login-SNS{
    padding: 0 3.5em 2em 0;
}
.social-media-login-SNS {
    padding: 7% 5.5em 2em 3.5em;
}
.register-link{
    display: -webkit-inline-box;
    padding-bottom: 1em;
}
.register-btn{
    text-align: center;
    border: 1px solid;
    padding: 7px 3em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 15px;
}
.register-btn-text p{
    display: flex;
    justify-content: center;
    color: #000000;
    font-size: 15px;
}
.login-button .button-login{
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 3px 3em;
    font-size: 13px;
    margin: 0em 1em 1em 0;
    width: 145px;
    height: 28.5px;
    justify-content: center;
    align-items: center;
}
.login-button .ui-button span{
    color: #000000;
}
.Login-Btn {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.form-row-login p{
    margin-bottom: 1.5em;
}
.register-btn-text{
    margin-top: 58px;
}

/* for sign up */

.register-form .form-input{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-bottom: 1px solid #cccccc;
    color: #333;
}
.register-form{
    display: flex;
    justify-content: center;
}
.register-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.register-note p{
    color: #4F4E4E;
    text-align: justify;
    word-break: keep-all;
    font-size: 15px;
    /*font-family: 'Inter';*/
    margin: 1em;
}
.register-note{
    background-color: #FAF1EF;
    justify-content: center;
    display: flex;
}
.regis-button{
    display: flex;
}
.register-Btn{
    display: contents;
    padding-right: 1.2em;
}
.regis-button .button-white{
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 3px 3em;
    font-size: 13px;
    margin: 0em 1em 1em 0;
    width: 145px;
    height: 28.5px;
}
.regis-button .button-grey{
    border-radius: 50px;
    background-color: #ECECEC;
    border: 1px solid #727171;
    text-align: center;
    padding: 3px 3em;
    margin-top: 0;
    font-size: 13px;
    width: 160px;
    height: 28.5px;
}
body .regis-button .ui-button.ui-button-text-only .ui-button-text {
    padding: 0;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.regis-button .button-white:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
}
.regis-button .button-grey:hover {
    background: #ffffff;
    border: 1px solid #000000;
    transition: 500ms ease 0s;
}
.regis-button .ui-button span{
    color: #000000;
    font-size: 13px;
}
.grey-btn{
    background-color: #ECECEC;
    border: 1px solid grey;
    border-radius: 50px;
}
.regis-user {
    text-align: center;
    border: 1px solid;
    padding: 3px 5em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
}
.btn-regis-div{
    display: flex;
    /*justify-content: center;*/
}
.name-wrap{
    display: flex;
}
.w45{
    width: 50%;
}
.w47{
    width: 47%;
}
.margin-input-right{
    margin-right: 2em;
}
.register-form .input-field{
    background-color: #F7F7F7;
    border: none;
    border-bottom: 1px solid #B1B1B1;
    border-radius: 0;
}
.register-form .ui-grid .ui-grid-row{
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}
.register-form .ui-panelgrid .ui-panelgrid-cell{
    margin: .5em 0;
    align-items: center;
    display: grid;
}
.register-form label{
    margin-bottom: 0;
    font-size: 15px;
}
.register-form .ui-outputlabel .ui-outputlabel-rfi{
    color: #8B3333;
}
.confirm-password{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding-top: 10px;
}
.checkbox-regis{
    display: flex;
    justify-content: center;
}
.text-wrap{
    word-break: keep-all;
    white-space: nowrap;
}
.checkbox-regis span{
    /*font-family: 'Inter';*/
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4F4E4E;
    padding-left: 5px;
}
.submit-login{
    display: flex;
    justify-content: flex-start;
    margin: 1.5em 0;
}
.submit-login .button-login {
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 3px 3em;
    font-size: 13px;
    margin: 0em 1em 1em 0;
    width: 160px;
    height: 28.5px;
    justify-content: center;
    /*align-items: center;*/
}
.submit-login .button-login:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
}

/* for forgot pass */
.form-row-login p.forgot-pass-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin: 1em 0;
    padding-bottom: 0;
}

.form-row-login .forgot-note p{
    color: #4f4f4f;
    text-align: center;
    word-break: keep-all;
    font-size: 14px;
    margin: 1em 0;
}
.btn-forgot {
    display: table;
    margin: 1em 0 auto;
}
.forgot-user {
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 5px 1em;
    font-size: 13px;
    margin-top: 0;
    width: 185px;
    height: 28.5px;
    justify-content: center;
    align-items: center;
}
.forgot-user:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
    color: #000000;
}
.change-user {
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    border: 1px solid #000000;
    padding: 5px 1em;
    font-size: 13px;
    margin-top: 0;
    width: 185px;
    height: 28.5px;
    justify-content: center;
    align-items: center;
}
.change-user:hover {
    background: #e0dad7;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
    color: #000000;
}
.change-pass-title.style-title {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding-bottom: 0;
    margin-top: -5px;
}
.btn-forgot-div{
    display: flex;
    justify-content: center;
}
.btn-forgot-div.delete-btn{
    display: flex;
    justify-content: flex-start;
    padding-left: 0.5em;
    padding-top: 10px;
}
.btn-forgot-div.change-pass-btn {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.padding-forgot {
    padding-top: 10px;
}

.forgot-form .form-input{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-bottom: 1px solid #cccccc;
}
.forgot-form{
    display: flex;
    justify-content: left;
}
.edit-profile{
    justify-content: center;
}
.edit-profile .form-input{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-bottom: 1px solid #cccccc;
    color: #999999;

}
.form-editProf{
    display: flex;
    padding: 0;
}
.form-editProf label{
    padding: .5em 0;
}
.profile-edit-image{
    margin: 1em 0;
}
.deleteAccount_img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: contain;
}
.icon-delete{
    display: flex;
    justify-content: center;
}
.icon.email-img{
    width: 80px;
    margin: 2em 0;
}
.btn-pageTop p.middle-text{
    margin-bottom: 0px;
}
.social-btn{
    /*padding: .5em 0;*/
}
.padding-btn-socmed{
    padding-left: 0;
    width: 260px;
    min-width: 245px;
}
.remember-me-check .display-pass{
    font-size: 13px;
    word-break: keep-all;
    white-space: nowrap;
}
.remember-me-check .display-pass .ui-chkbox .ui-chkbox-box{
    height: 20px;
    width: 20px;
}
.form-row-login p, .forgot-pass p, purchase-text a{
    font-size: 15px;
    margin: 0;
    padding-bottom: 1em;
}
.regis-SNS p{
    color: #000000;
    font-size: 18px;
}
.logoVG-SNS{
    margin: 2em 0 5em 0;
    width: 300px;
}
.title-regisSNS{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 1.5em 0 0;
    text-align: center;
}
.regisSNS-div{
    display:flex;
    justify-content:center;
}
.regisSNS-box{
    border: 1px solid lightgray;
    max-width: 1280px;
    margin-bottom: 2em;
}
.box-mini-red {
    display:flex;
    justify-content:center;
    margin: 0 5em;
    margin-bottom: 2em;
}
.box-mini-left{
    border: 1px solid #6A0000;
    background-color: #F3EAEA;
    border-right: none;
}
.box-mini-right{
    border: 1px solid #6A0000;
    border-left: none;
}
.box-mini-red p.email{
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: .8em;
    margin-bottom: 0.5em;
}
.box-mini-red p.text-jpnVG{
    color: #7D7D7D;
    font-size: 12px;
    text-align: center;

}
.email-user{
    margin-top: .8em;
    margin-left: 1em;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
}
.note{
    color: #7D7D7D;
    font-size: 14px;
    margin-left: 1em;
}
.checkbox-row-regisSNS{
    display: grid;
    justify-content: center;
}
.checkbox-div{
    display: flex;
    margin: 0 5em;
}
.checkbox-div label{
    display: flex;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    margin-left: 10px;
    justify-items: center;
}
.checkbox-div input[type=checkbox].checkbox{
    margin: 0;
}

.note-checkbox{
    color: #7D7D7D;
    font-size: 14px;
    margin: 0 5em;
    padding-left: 1.6em;
    margin-bottom: 1.5em;
}
.btn-regisSNS{
    display: grid;
    justify-content: center;
    margin-bottom: 2em;
}
.btn-regisSNS .button span{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 1em;
}
.btn-regisSNS .button{
    background-color: #6A0000;
    margin: 1em;
    height: 70px;
    margin-top: 3em;
    margin-bottom: 2em;
}

.checkbox-div .ui-chkbox .ui-chkbox-box{
    width: 15px;
    height: 15px;
}
.checkbox-div .ui-chkbox {
    display: flex;
    align-content: center;
    align-items: center;
}

.form-row-changepass .change-pass-title{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding-bottom: 0;
}
.changepass-wrapper{
    margin: 0 0 2em 0;
}
.captcha-box{
    margin: 2em 0;
    display: flex;
    justify-content: center;
}
.line-SM{
    border-bottom: none;
    padding: 0;
}
.register-form .after-form .ui-grid .ui-grid-row{
    border-bottom: none;
}
.register-form .after-form span{
    margin-left: 5px;
    margin-top: -5px;
}
.register-form .after-form .ui-panelgrid .ui-panelgrid-cell{
    padding-left: 7px;
    padding-bottom: 0;
}
label.margin-label{
    margin-bottom: 1.5em;
}
.button-form .button-form-style .ui-button-text.ui-c {
    margin: 0;
}
.login-input {
    padding-left: 0;
    padding-right: 0;
}
body .display-pass .ui-chkbox {
    display: inline-block; 
    vertical-align: middle;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
    font-size: 16px;
}
body .display-pass .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check:before {
    content: "";
    color: #ffffff;
}
body .display-pass .ui-chkbox .ui-chkbox-box.ui-state-active {
    background-color: #8B3333;
    border: 1px solid #8B3333;
}


@media only screen and (max-width : 1024px) {
    .btn-forgot-div {
        display: flex;
        justify-content: center;
        padding: .5em 0;
    }
    .form-row-login {
        padding: 3em 3em 3em 5em;
    }
    .social-media-login {
        padding: 3em 5em 3em 3em;
    }
}

@media only screen and (max-width : 820px) {
    .login-input .input-wrapper .form-input {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {

    .form-row-login p, .forgot-pass p, purchase-text a {
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 1em;
    }
    .remember-me-check .display-pass {
        font-size: 11px;
    }
    .padding-btn-socmed {
        padding-left: 0;
        width: 260px;
        min-width: 245px;
    }
    .sos-icon-login-f{
        position: absolute;
        z-index: 1;
        width: auto;
        height: 17px;
        top: 18%;
        left: 7%;
    }
    .sos-icon-login-g{
        position: absolute;
        z-index: 1;
        width: auto;
        height: 15px;
        top: 28%;
        left: 8%;
    }
    .sos-icon-login-y{
        position: absolute;
        z-index: 1;
        width: auto;
        height: 21px;
        top: 10%;
        left: 8%;
    }
    .sos-icon-login-l{
        position: absolute;
        z-index: 1;
        width: auto;
        height: 30px;
        top: -3%;
        left: 5%;

    }
    .sos-icon-login-t{
        position: absolute;
        z-index: 1;
        width: auto;
        height: 20px;
        left: 8%;
    }
    .social-media-login {
        padding: 2em 2.5em;
    }
    .form-row-login {
        padding: 2em 2.5em;
    }
}

/*Smartphone*/
@media only screen and (max-width : 40.063em) {
    .section-wrapper {
        margin: 1.5em 0 3em 0;
    }
    .section-wrapper .border-right-login {
        border-right: none ;
        padding: 1em;
    }
    .border-bottom-SM{
        border-bottom: 1px solid lightgrey;
        margin-left: 1em;
        width: 92%;
    }
    .section-wrapper .border-right-login{
        border-right: none;
        margin: 0;
    }
    .regisSNS-box{
        border: 1px solid lightgray;
        max-width: 1280px;
        margin-bottom: 2em;
        margin: 0 16px;
    }
    .box-mini-red {
        display: grid;
        justify-content: center;
        margin: 0 1.5em;
        margin-bottom: 2em;
    }
    .box-mini-left {
        border: 1px solid #6A0000;
        background-color: #F3EAEA;
        border-right: 1px solid #6A0000;
        border-bottom: none;
    }
    .box-mini-right {
        border: 1px solid #6A0000;
        border-left: 1px solid #6A0000;
    }
    .email-user {
        margin-top: 0.8em;
        margin-left: 1em;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0.5em;
        margin-right: 1em;
    }
    .regis-SNS p {
        color: #000000;
        font-size: 18px;
        margin: 0 16px;
    }
    .box-mini-red p.text-jpnVG {
        color: #7D7D7D;
        font-size: 11px;
        text-align: center;
    }
    .box-mini-red p.email {
        font-size: 14px;
        color: #000000;
        text-align: center;
        margin-top: 0.8em;
        margin-bottom: 0.5em;
    }
    .note {
        color: #7D7D7D;
        font-size: 11px;
        margin-left: 1em;
    }
    .title-regisSNS {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        margin: 1.5em 0 0em;
        text-align: center;
    }
    .checkbox-div {
        display: flex;
        margin: 0 1.5em;
    }
    .note-checkbox {
        color: #7D7D7D;
        font-size: 12px;
        margin-left: 1.5em;
        margin-bottom: 1.5em;
    }
    .login-wrapper .regis-SNS{
        margin-top: 0;
    }
    .btn-regisSNS .button span {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        margin: 1em;
    }
    .btn-regisSNS .button {
        background-color: #6A0000;
        margin: 0;
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .checkbox-div label {
        font-size: 12px;
    }
    .section-wrapper .login-box {
        display: block;
        justify-content: center;
        border-bottom: none;
    }

    .form-row-login {
        padding: 1em 0 0;
        border-bottom: 1px solid #D9D9D9;
    }
    .line-SM{
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 1em;
    }
    .register-btn-text {
        margin-top: 0;
    }
    .social-media-login {
        padding: 1em 0;
        /*justify-content: center;*/
        display: grid;
    }
    .forgot-pass:before {
        content: ">";
        padding-right: 10px;
        color: #8B3333;
        font-size: 18px;
        margin-top: -3px;
    }
    .social-media-login .padding-btn-socmed {
        padding-left: 0;
        width: auto;
        min-width: 303px;
        padding-right: 0;
    }
    .register-form .ui-panelgrid .ui-panelgrid-cell{
        padding: 0.75em 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .register-form .ui-panelgrid .ui-panelgrid-cell {
        margin: 0;
        align-items: center;
        display: grid;
    }
    .ui-panelgrid-blank{
        margin-top: 1em;
    }
    .changepass-wrapper {
        margin: 0em 0 3em 0;
    }
    .regis-button {
        display: flex;
        justify-content: flex-start;
        padding-left: 5px;
    }
    .register-note p {
        color: #4F4E4E;
        text-align: center;
        word-break: keep-all;
        font-size: 15px;
        /* font-family: 'Inter'; */
        margin: 1em;
    }
    label.margin-label{
        margin-bottom: 0em;
    }
    .form-editProf label {
        padding: 0;
        margin-bottom: 0;
    }
    .form-row-login-SNS{
        /*padding: 1.2em;*/
        padding: 0 1.2em 1.2em;
    }
    .social-media-login-SNS {
        padding: 1.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .padding-btn-socmed {
        padding-left: 0;
        width: 100%;
        padding-right: 0;
    }
    .regis-button .button-white {
        width: 135px;
        margin: 0 0.5em 1em 0;
        padding: 3px 1em;
    }
    .regis-button .button-grey {
        padding: 3px 1em;
        width: 135px;
        margin: 0 0 1em 0.5em;
    }
    .register-form .after-form .ui-panelgrid .ui-panelgrid-cell {
        padding-left: 0;
    }
    .forgot-user {
        width: 130px;
    }
    .register-btn-text p {
        margin-top: 18px;
    }
    p.sns-login-text {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1em;
        text-align: center;
    }
    .submit-login {
        justify-content: center;
    }
    .submit-login .button-login {
        margin: 0 auto 1em;
    }
    .login-button .button-login {
        margin: 0 auto 1em;
    }
    .form-row-login {
        padding: 2em 0.5em;
    }
    .form-row-login p, .forgot-pass p, purchase-text a {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .social-media-login {
        padding: 2em 0.5em;
    }
}