/*
 Theme Name: OceanWP Child
 Template: oceanwp
*/
/* Reduce logo size on register page */
header img.custom-logo {
    max-width: 120px !important;
    height: auto !important;
}
.login-phone-btn {
    display: block;
    background: #ff0055;
    color: white;
    padding: 12px 20px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.login-phone-btn:hover {
    background: #e6004c;
}
