:root {
    --primary: #ffd400;
    --text-main: #111111;
}

#login h1 a, .login h1 a {
    background-image: url(https://apitofinal.com.br/wp-content/uploads/2022/05/Apito-Final.png);
    height: 50px;
    width: auto;
    background-size: auto 50px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.wp-core-ui .button-primary {
    background: var(--primary) !important;
    color: var(--text-main) !important;
    border-color: var(--text-main) !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: var(--text-main) !important;
    border-color: var(--text-main) !important;
}
#loginform {
    border: none !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.33) !important;
}
a:hover {
    color: var(--text-main) !important;
}
body {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1052%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='rgba(255%2c 212%2c 0%2c 1)'%3e%3c/rect%3e%3cpath d='M1748.003%2c1271.645C1834.684%2c1273.294%2c1920.45%2c1235.029%2c1963.286%2c1159.654C2005.682%2c1085.052%2c1989.819%2c994.822%2c1947.859%2c919.974C1904.79%2c843.148%2c1836.074%2c774.842%2c1748.003%2c775.639C1660.943%2c776.427%2c1595.442%2c846.797%2c1554.317%2c923.536C1515.786%2c995.434%2c1506.797%2c1080.442%2c1546.458%2c1151.723C1587.196%2c1224.941%2c1664.23%2c1270.051%2c1748.003%2c1271.645' fill='rgba(241%2c 201%2c 6%2c 1)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1427.817%2c1233.106C1530.599%2c1238.011%2c1639.215%2c1207.057%2c1692.205%2c1118.851C1746.475%2c1028.513%2c1732.793%2c911.465%2c1673.301%2c824.477C1620.414%2c747.146%2c1521.485%2c730.413%2c1427.817%2c732.267C1338.26%2c734.039%2c1245.62%2c757.627%2c1198.604%2c833.871C1149.525%2c913.46%2c1157.244%2c1014.452%2c1203.801%2c1095.543C1250.564%2c1176.993%2c1334.005%2c1228.629%2c1427.817%2c1233.106' fill='rgba(241%2c 201%2c 6%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M206.87 140.82 a333.89 333.89 0 1 0 667.78 0 a333.89 333.89 0 1 0 -667.78 0z' fill='rgba(241%2c 201%2c 6%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1227.382%2c358.173C1269.782%2c357.973%2c1311.099%2c338.559%2c1331.636%2c301.465C1351.619%2c265.373%2c1343.072%2c222.118%2c1322.512%2c186.351C1301.872%2c150.446%2c1268.771%2c121.572%2c1227.382%2c120.106C1183.567%2c118.554%2c1141.844%2c141.264%2c1119.815%2c179.17C1097.682%2c217.256%2c1098.722%2c264.699%2c1121.411%2c302.456C1143.443%2c339.119%2c1184.608%2c358.375%2c1227.382%2c358.173' fill='rgba(241%2c 201%2c 6%2c 1)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M458.05 583.39 a231.17 231.17 0 1 0 462.34 0 a231.17 231.17 0 1 0 -462.34 0z' fill='rgba(241%2c 201%2c 6%2c 1)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1052'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e") !important;
}

/* Animations */
@keyframes float1 { 0%{transform: translate(0, 0)} 50%{transform: translate(-10px, 0)} 100%{transform: translate(0, 0)} }
.triangle-float1 { animation: float1 5s infinite; }

@keyframes float2 { 0%{transform: translate(0, 0)} 50%{transform: translate(-5px, -5px)} 100%{transform: translate(0, 0)} }
.triangle-float2 { animation: float2 4s infinite; }

@keyframes float3 { 0%{transform: translate(0, 0)} 50%{transform: translate(0, -10px)} 100%{transform: translate(0, 0)} }
.triangle-float3 { animation: float3 6s infinite; }
