/* BASIC css start */
.sns-login {background: #f5f5f5; position: relative; margin: 0px; padding:25px 20px 10px 20px; border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb;}

.h_title h3 {font-size: 1.2em; font-weight: 700; color: #000; margin: 0 0 0 10px;}

.loginMiddle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    width: 100%;
    margin: 0 auto;
}

.btn_Red {
    width: 100%;
    padding: 12px;
    background-color: #ed4747;
    color: white;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

.btn_Black,
.btn_White {
    flex: 1;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.btn_Black {
    background-color: #000;
    color: white;
}

.btn_White {
    background-color: #f1f1f1;
    color: #333;
}
/* BASIC css end */

