.px-wrapper {
    display:flex;
    justify-content:center;
    padding:20px;
}
.px-box {
    width:100%;
    max-width:350px;
    padding:25px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}
.px-title {
    text-align:center;
    font-size:20px;
    margin-bottom:15px;
}
.px-label {
    font-size:15px;
    margin-bottom:6px;
    display:block;
}
.px-select {
    width:100%;
    padding:10px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-bottom:15px;
}
.px-google-btn {
    display:block;
    text-align:center;
    padding:12px;
    background:#db4437;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
}
.px-error {
    color:#d00;
    margin-top:10px;
    text-align:center;
    font-weight:bold;
}
