.social-login-btn {
    border-radius: 10px;
    border: 2px solid #D0D0D0;
    background: #FFF;
    width: 49%;
    border-radius: 5px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-login-lable {
    color: #494949;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 10px;
}

 .button-social-login {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
 }

 .custom-hr {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.custom-hr hr {
    flex-grow: 1;
    border: none;
    height: 3px;
    background-color: #D0D0D0;
    margin: 0 10px;
}

.custom-hr span {
    color: #D0D0D0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.social-login-logo {
    height: 28px
}

@media screen and  (max-width: 1024px) {
    .button-social-login {
        flex-direction: column;
    }

    .social-login-btn {
        width: 100%;
        margin-bottom: 1rem;
    }

    .social-login-lable {
        font-size: 18px;
    }

    .social-login-logo {
        height: 30px
    }
}

.remember {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

/*
.remember-lable {
    width: 16rem;
    margin-left: 1.2rem;
    margin-top: -0.2rem;
}
*/

.remember-me {
    width: 2rem!important; 
}
